From: Ben Hutchings Date: Sat, 3 Aug 2013 10:57:06 +0000 (+0200) Subject: ifb: Include X-Git-Tag: v3.2.51~121 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?p=pandora-kernel.git;a=commitdiff_plain;h=22cbb1bd14275c52a659e8f42bfceddfea24d785 ifb: Include commit b51c3427e95b ('ifb: fix rcu_sched self-detected stalls', commit 440d57bc5ff5 upstream) added a call to cond_resched(), which is declared in '#include '. In Linux 3.2.y that header is included indirectly in some but not all configurations, so add a direct #include. Reported-by: Teck Choon Giam Signed-off-by: Ben Hutchings --- diff --git a/drivers/net/ifb.c b/drivers/net/ifb.c index b19841aca42a..00f136705491 100644 --- a/drivers/net/ifb.c +++ b/drivers/net/ifb.c @@ -34,6 +34,7 @@ #include #include #include +#include #include #include