From: Geert Uytterhoeven Date: Fri, 14 Nov 2008 07:54:46 +0000 (+0100) Subject: misc: C2port needs X-Git-Tag: v2.6.28-rc5~12 X-Git-Url: http://pilppa.org/gitweb/?a=commitdiff_plain;h=fb75109834ca5c5e2f0f17f0c9e20182ea55b65f;p=linux-2.6-omap-h63xx.git misc: C2port needs 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 to fix it, as m68k's local_irq_enable() needs to know about struct task_struct. Signed-off-by: Geert Uytterhoeven Signed-off-by: Linus Torvalds --- diff --git a/drivers/misc/c2port/core.c b/drivers/misc/c2port/core.c index 976b35d1d03..0207dd59090 100644 --- a/drivers/misc/c2port/core.c +++ b/drivers/misc/c2port/core.c @@ -18,6 +18,7 @@ #include #include #include +#include #include