Thread (12 messages) 12 messages, 5 authors, 2011-09-21
STALE5381d

[PATCH -next] bcma: main.c and driver_mips.c need linux/export.h

From: Randy Dunlap <hidden>
Date: 2011-09-21 21:07:42
Also in: linux-next, lkml

From: Randy Dunlap <redacted>

main.c and driver_mips.c use EXPORT_SYMBOL() etc.
so they should include <linux/export.h>.

Signed-off-by: Randy Dunlap <redacted>
---
 drivers/bcma/driver_mips.c |    1 +
 drivers/bcma/main.c        |    1 +
 2 files changed, 2 insertions(+)
--- next-2011-0921.orig/drivers/bcma/driver_mips.c
+++ next-2011-0921/drivers/bcma/driver_mips.c
@@ -14,6 +14,7 @@
 
 #include <linux/bcma/bcma.h>
 
+#include <linux/export.h>
 #include <linux/serial.h>
 #include <linux/serial_core.h>
 #include <linux/serial_reg.h>
--- next-2011-0921.orig/drivers/bcma/main.c
+++ next-2011-0921/drivers/bcma/main.c
@@ -7,6 +7,7 @@
 
 #include "bcma_private.h"
 #include <linux/module.h>
+#include <linux/export.h>
 #include <linux/bcma/bcma.h>
 #include <linux/slab.h>
 
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help