]> git.karo-electronics.de Git - mv-sheeva.git/commitdiff
ath5k: fix undefined 'THIS_MODULE'
authorJonathan Bither <jonbither@gmail.com>
Thu, 12 Apr 2012 10:13:33 +0000 (06:13 -0400)
committerJohn W. Linville <linville@tuxdriver.com>
Fri, 13 Apr 2012 18:05:35 +0000 (14:05 -0400)
When cross compiling ath5k for a Mips machine with kernel 3.2.14
the compilation fails with "/ath5k/ahb.c:231:12: error: 'THIS_MODULE' undeclared here (not in a function)"
Fix the build by including <linux/export.h>

Signed-off-by: Jonathan Bither <jonbither@gmail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/ath/ath5k/ahb.c

index 8faa129da5a00b60c74dd255ae1692effb3d329d..47b6c35077d623589b377894c439fdbebfa7293b 100644 (file)
@@ -19,6 +19,7 @@
 #include <linux/nl80211.h>
 #include <linux/platform_device.h>
 #include <linux/etherdevice.h>
+#include <linux/export.h>
 #include <ar231x_platform.h>
 #include "ath5k.h"
 #include "debug.h"