summaryrefslogtreecommitdiffstats
path: root/drivers/bcma/core.c
diff options
context:
space:
mode:
authorPaul Gortmaker2011-07-28 03:21:04 +0200
committerPaul Gortmaker2011-11-01 00:32:02 +0100
commit44a8e3772f53a5337e74700fc166a3d4c3ef59a2 (patch)
tree29aac6b254eb0e1eead7baabc75bc43b4cdc8195 /drivers/bcma/core.c
parentbcma: add module.h to the modular portions of this driver (diff)
downloadkernel-qcow2-linux-44a8e3772f53a5337e74700fc166a3d4c3ef59a2.tar.gz
kernel-qcow2-linux-44a8e3772f53a5337e74700fc166a3d4c3ef59a2.tar.xz
kernel-qcow2-linux-44a8e3772f53a5337e74700fc166a3d4c3ef59a2.zip
bcma: fix implicit use of export.h contents
Fix in advance, or we will get things like this: drivers/bcma/core.c:20: warning: data definition has no type or storage class drivers/bcma/core.c:20: warning: type defaults to 'int' in declaration of 'EXPORT_SYMBOL_GPL' drivers/bcma/core.c:20: warning: parameter names (without types) in function declaration Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Diffstat (limited to 'drivers/bcma/core.c')
-rw-r--r--drivers/bcma/core.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/bcma/core.c b/drivers/bcma/core.c
index 189a97b51be9..893f6e0c759f 100644
--- a/drivers/bcma/core.c
+++ b/drivers/bcma/core.c
@@ -6,6 +6,7 @@
*/
#include "bcma_private.h"
+#include <linux/export.h>
#include <linux/bcma/bcma.h>
bool bcma_core_is_enabled(struct bcma_device *core)