summaryrefslogtreecommitdiffstats
path: root/drivers/net/wimax/i2400m/fw.c
diff options
context:
space:
mode:
authorPaul Gortmaker2011-05-27 22:14:23 +0200
committerPaul Gortmaker2011-11-01 00:31:08 +0100
commitee40fa0656a730491765545ff7550f3c1ceb0fbc (patch)
treefd18764b7a60ccc1ca54b15a7611414d8974efbe /drivers/net/wimax/i2400m/fw.c
parentdrivers/net: Add module.h to drivers who were implicitly using it (diff)
downloadkernel-qcow2-linux-ee40fa0656a730491765545ff7550f3c1ceb0fbc.tar.gz
kernel-qcow2-linux-ee40fa0656a730491765545ff7550f3c1ceb0fbc.tar.xz
kernel-qcow2-linux-ee40fa0656a730491765545ff7550f3c1ceb0fbc.zip
drivers/net: Add export.h to files using EXPORT_SYMBOL/THIS_MODULE
These were getting the macros from an implicit module.h include via device.h, but we are planning to clean that up. Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com> drivers/net: Add export.h to wireless/brcm80211/brcmfmac/bcmsdh.c This relatively recently added file uses EXPORT_SYMBOL and hence needs export.h included so that it is compatible with the module.h split up work. Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Diffstat (limited to 'drivers/net/wimax/i2400m/fw.c')
-rw-r--r--drivers/net/wimax/i2400m/fw.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wimax/i2400m/fw.c b/drivers/net/wimax/i2400m/fw.c
index 85dadd5bf4be..7cbd7d231e11 100644
--- a/drivers/net/wimax/i2400m/fw.c
+++ b/drivers/net/wimax/i2400m/fw.c
@@ -158,6 +158,7 @@
#include <linux/sched.h>
#include <linux/slab.h>
#include <linux/usb.h>
+#include <linux/export.h>
#include "i2400m.h"