Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

+4
+1
drivers/bcma/core.c
··· 6 6 */ 7 7 8 8 #include "bcma_private.h" 9 + #include <linux/export.h> 9 10 #include <linux/bcma/bcma.h> 10 11 11 12 bool bcma_core_is_enabled(struct bcma_device *core)
+1
drivers/bcma/driver_chipcommon.c
··· 9 9 */ 10 10 11 11 #include "bcma_private.h" 12 + #include <linux/export.h> 12 13 #include <linux/bcma/bcma.h> 13 14 14 15 static inline u32 bcma_cc_write32_masked(struct bcma_drv_cc *cc, u16 offset,
+1
drivers/bcma/driver_chipcommon_pmu.c
··· 9 9 */ 10 10 11 11 #include "bcma_private.h" 12 + #include <linux/export.h> 12 13 #include <linux/bcma/bcma.h> 13 14 14 15 static u32 bcma_chipco_pll_read(struct bcma_drv_cc *cc, u32 offset)
+1
drivers/bcma/driver_pci.c
··· 9 9 */ 10 10 11 11 #include "bcma_private.h" 12 + #include <linux/export.h> 12 13 #include <linux/bcma/bcma.h> 13 14 14 15 /**************************************************