Commit e356a58d authored by Geert Uytterhoeven's avatar Geert Uytterhoeven Committed by Linus Torvalds

[PATCH] M68k IRQ API updates [20/20]

M68k fbdev drivers: Update to the new irq API (from Roman Zippel and me) [20/20]
parent 7af6e6fb
......@@ -187,6 +187,7 @@ static int vbl_detected;
static irqreturn_t fb_vbl_detect(int irq, void *dummy, struct pt_regs *fp)
{
vbl_detected++;
return IRQ_HANDLED;
}
#endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment