]> git.karo-electronics.de Git - karo-tx-linux.git/commit
bcma: fix implicit use of export.h contents
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Thu, 28 Jul 2011 01:21:04 +0000 (21:21 -0400)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Thu, 28 Jul 2011 04:26:37 +0000 (00:26 -0400)
commit3c3557587eb68e4ea182a41a03918158dd951c42
tree54adaa960b03d8352d4574377a06e0eabc90545f
parent7bd9af2416ce5554d2dad3f8a7d9c92fe5423798
bcma: fix implicit use of export.h contents

Fix in advance, or we will get 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>
drivers/bcma/core.c
drivers/bcma/driver_chipcommon.c
drivers/bcma/driver_pci.c