From: Randy Dunlap <rdunlap@xxxxxxxxxxxx> main.c and driver_mips.c use EXPORT_SYMBOL() etc. so they should include <linux/export.h>. Signed-off-by: Randy Dunlap <rdunlap@xxxxxxxxxxxx> --- 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> -- To unsubscribe from this list: send the line "unsubscribe linux-next" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html