From: Johannes Berg Date: Sat, 13 Apr 2013 20:41:23 +0000 (+0200) Subject: backports: include hardirq into netdevice.h X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=a15a6a6b930c156ab56da2ac0e73203859c5b438;p=openwrt%2Fstaging%2Fblogic.git backports: include hardirq into netdevice.h On newer kernels this is included (indirectly) and unfortunately some drivers rely on it. Signed-off-by: Johannes Berg --- diff --git a/backport/backport-include/linux/netdevice.h b/backport/backport-include/linux/netdevice.h index 74230d9ee1d8..11e205839c3f 100644 --- a/backport/backport-include/linux/netdevice.h +++ b/backport/backport-include/linux/netdevice.h @@ -7,6 +7,11 @@ /* older kernels don't include this here, we need it */ #include #include +/* + * new kernels include which + * has this ... and some drivers rely on it :-( + */ +#include #if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,32) #define dev_change_net_namespace(a, b, c) (-EOPNOTSUPP)