]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commitdiff
video: atafb: Remove obsolete IRQ_TYPE_PRIO
authorGeert Uytterhoeven <geert@linux-m68k.org>
Sun, 5 Oct 2014 20:34:40 +0000 (22:34 +0200)
committerGeert Uytterhoeven <geert@linux-m68k.org>
Thu, 15 Jan 2015 12:44:51 +0000 (13:44 +0100)
IRQ_TYPE_PRIO is no longer used by the Atari platform interrupt code
since commit 734085651c9b80aa ("[PATCH] m68k: convert atari irq code")
in v2.6.18-rc1, so drop it.

Note that its value has been reused for a different purpose
(IRQ_TYPE_EDGE_FALLING) since commit 6a6de9ef5850d063 ("[PATCH] genirq:
core") in v2.6.18-rc1.

Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Acked-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
drivers/video/fbdev/atafb.c

index 4953b657635e71a0e8267a8c89519157dd711ba9..cb9ee25568506a5f3efeca661a4309634f255937 100644 (file)
@@ -3118,8 +3118,7 @@ int __init atafb_init(void)
                        printk("atafb_init: initializing Falcon hw\n");
                        fbhw = &falcon_switch;
                        atafb_ops.fb_setcolreg = &falcon_setcolreg;
-                       error = request_irq(IRQ_AUTO_4, falcon_vbl_switcher,
-                                           IRQ_TYPE_PRIO,
+                       error = request_irq(IRQ_AUTO_4, falcon_vbl_switcher, 0,
                                            "framebuffer:modeswitch",
                                            falcon_vbl_switcher);
                        if (error)