]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
misc: C2port needs <linux/sched.h>
authorGeert Uytterhoeven <geert@linux-m68k.org>
Fri, 14 Nov 2008 07:54:46 +0000 (08:54 +0100)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 15 Nov 2008 19:36:06 +0000 (11:36 -0800)
m68k allmodconfig:

| drivers/misc/c2port/core.c: In function 'c2port_reset':
| drivers/misc/c2port/core.c:73: error: dereferencing pointer to incomplete type
| drivers/misc/c2port/core.c: In function 'c2port_strobe_ck':
| drivers/misc/c2port/core.c:91: error: dereferencing pointer to incomplete type

Include <linux/sched.h> to fix it, as m68k's local_irq_enable() needs to know
about struct task_struct.

Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/misc/c2port/core.c

index 976b35d1d035350beaf8b8d5a36aa30e6a3882e1..0207dd59090d195b4d0d21027e511cf484e14121 100644 (file)
@@ -18,6 +18,7 @@
 #include <linux/ctype.h>
 #include <linux/delay.h>
 #include <linux/idr.h>
+#include <linux/sched.h>
 
 #include <linux/c2port.h>