From: Randy Dunlap <rdunlap@xxxxxxxxxxxx> bcma/driver_chipcommon_pmu.c needs to include <linux/export.h>, so add it to the headers that are included by bcma_private.h. Fixes these warnings: drivers/bcma/driver_chipcommon_pmu.c:27:1: warning: data definition has no type or storage class drivers/bcma/driver_chipcommon_pmu.c:27:1: warning: type defaults to 'int' in declaration of 'EXPORT_SYMBOL_GPL' drivers/bcma/driver_chipcommon_pmu.c:27:1: warning: parameter names (without types) in function declaration drivers/bcma/driver_chipcommon_pmu.c:36:1: warning: data definition has no type or storage class drivers/bcma/driver_chipcommon_pmu.c:36:1: warning: type defaults to 'int' in declaration of 'EXPORT_SYMBOL_GPL' drivers/bcma/driver_chipcommon_pmu.c:36:1: warning: parameter names (without types) in function declaration drivers/bcma/driver_chipcommon_pmu.c:45:1: warning: data definition has no type or storage class drivers/bcma/driver_chipcommon_pmu.c:45:1: warning: type defaults to 'int' in declaration of 'EXPORT_SYMBOL_GPL' drivers/bcma/driver_chipcommon_pmu.c:45:1: warning: parameter names (without types) in function declaration drivers/bcma/driver_chipcommon_pmu.c:54:1: warning: data definition has no type or storage class drivers/bcma/driver_chipcommon_pmu.c:54:1: warning: type defaults to 'int' in declaration of 'EXPORT_SYMBOL_GPL' drivers/bcma/driver_chipcommon_pmu.c:54:1: warning: parameter names (without types) in function declaration Signed-off-by: Randy Dunlap <rdunlap@xxxxxxxxxxxx> --- drivers/bcma/bcma_private.h | 1 + 1 file changed, 1 insertion(+) --- next-2011-0920.orig/drivers/bcma/bcma_private.h +++ next-2011-0920/drivers/bcma/bcma_private.h @@ -7,6 +7,7 @@ #include <linux/bcma/bcma.h> #include <linux/delay.h> +#include <linux/export.h> #define BCMA_CORE_SIZE 0x1000 -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html