From: Greg Kroah-Hartman Date: Sun, 28 Jul 2013 18:52:51 +0000 (-0700) Subject: fix build error in queue-3.0/ifb-fix-rcu_sched-self-detected-stalls.patch X-Git-Tag: v3.0.88~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1de6fd2e4e4db8d5873cbe5eed5fc5b39a5b93e9;p=thirdparty%2Fkernel%2Fstable-queue.git fix build error in queue-3.0/ifb-fix-rcu_sched-self-detected-stalls.patch --- diff --git a/queue-3.0/ifb-fix-rcu_sched-self-detected-stalls.patch b/queue-3.0/ifb-fix-rcu_sched-self-detected-stalls.patch index 04a2428c35c..314315f2c2d 100644 --- a/queue-3.0/ifb-fix-rcu_sched-self-detected-stalls.patch +++ b/queue-3.0/ifb-fix-rcu_sched-self-detected-stalls.patch @@ -25,12 +25,20 @@ Signed-off-by: Ding Tianhong Signed-off-by: David S. Miller Signed-off-by: Greg Kroah-Hartman --- - drivers/net/ifb.c | 4 +++- - 1 file changed, 3 insertions(+), 1 deletion(-) + drivers/net/ifb.c | 5 ++++- + 1 file changed, 4 insertions(+), 1 deletion(-) --- a/drivers/net/ifb.c +++ b/drivers/net/ifb.c -@@ -252,8 +252,10 @@ static int __init ifb_init_module(void) +@@ -33,6 +33,7 @@ + #include + #include + #include ++#include + #include + #include + +@@ -252,8 +253,10 @@ static int __init ifb_init_module(void) rtnl_lock(); err = __rtnl_link_register(&ifb_link_ops);