From: David S. Miller Date: Thu, 9 Dec 2010 02:41:03 +0000 (-0800) Subject: can: slcan: Add missing linux/sched.h include. X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=84b3cdc38cd2882d7ac3c2ae4b6faf5c199874e3;p=linux.git can: slcan: Add missing linux/sched.h include. drivers/net/can/slcan.c: In function 'slcan_open': drivers/net/can/slcan.c:568: error: dereferencing pointer to incomplete type Reported-by: Stephen Rothwell Signed-off-by: David S. Miller --- diff --git a/drivers/net/can/slcan.c b/drivers/net/can/slcan.c index 420e95ecc193a..b423965a78d16 100644 --- a/drivers/net/can/slcan.c +++ b/drivers/net/can/slcan.c @@ -53,6 +53,7 @@ #include #include #include +#include #include #include #include