diff options
author | Felix Fietkau <nbd@openwrt.org> | 2006-12-14 08:00:20 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2006-12-14 08:00:20 +0000 |
commit | 63d865e7a157da78888f19552c1604e7be297c61 (patch) | |
tree | a98539b429fe4777459d29e822a4bbc7f898e217 /package/switch/src/switch-robo.c | |
parent | fe98b0751a6c494667d6e818ef126974f9298403 (diff) | |
download | mtk-20170518-63d865e7a157da78888f19552c1604e7be297c61.zip mtk-20170518-63d865e7a157da78888f19552c1604e7be297c61.tar.gz mtk-20170518-63d865e7a157da78888f19552c1604e7be297c61.tar.bz2 |
prepare packages for kernel upgrade to 2.6.19
SVN-Revision: 5786
Diffstat (limited to 'package/switch/src/switch-robo.c')
-rw-r--r-- | package/switch/src/switch-robo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/switch/src/switch-robo.c b/package/switch/src/switch-robo.c index 32cf2b3..d46f8ff 100644 --- a/package/switch/src/switch-robo.c +++ b/package/switch/src/switch-robo.c @@ -20,7 +20,7 @@ * 02110-1301, USA. */ -#include <linux/config.h> +#include <linux/autoconf.h> #include <linux/module.h> #include <linux/init.h> #include <linux/if.h> |