diff options
author | Paul Gortmaker <paul.gortmaker@windriver.com> | 2011-07-27 22:07:02 -0400 |
---|---|---|
committer | Paul Gortmaker <paul.gortmaker@windriver.com> | 2011-10-31 19:32:08 -0400 |
commit | 1014c22e42a6692660d1a77888d07f4811b2914d (patch) | |
tree | b60ec0d69badfb768e290a281adbf709e9ea8a90 /drivers/uio | |
parent | 20a112d0ba37353c51e5a84f47f5c46a35c1a7e6 (diff) | |
download | linux-3.10-1014c22e42a6692660d1a77888d07f4811b2914d.tar.gz linux-3.10-1014c22e42a6692660d1a77888d07f4811b2914d.tar.bz2 linux-3.10-1014c22e42a6692660d1a77888d07f4811b2914d.zip |
ssb: Add export.h to files using EXPORT_SYMBOL/THIS_MODULE
Or we will get things like this when we remove the implicit path:
drivers/ssb/embedded.c:32: warning: type defaults to 'int' in declaration of 'EXPORT_SYMBOL'
drivers/ssb/driver_chipcommon.c:432: warning: type defaults to 'int' in declaration of 'EXPORT_SYMBOL'
drivers/ssb/driver_chipcommon_pmu.c:607: warning: type defaults to 'int' in declaration of 'EXPORT_SYMBOL'
drivers/ssb/pcihost_wrapper.c:120: error: ‘THIS_MODULE’ undeclared (first use in this function)
drivers/ssb/driver_pcicore.c:721: warning: type defaults to ‘int’ in declaration of ‘EXPORT_SYMBOL’
drivers/ssb/driver_gige.c:249: warning: type defaults to 'int' in declaration of 'EXPORT_SYMBOL'
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Diffstat (limited to 'drivers/uio')
0 files changed, 0 insertions, 0 deletions