commit | cae39d1386dba405de0fbda32e224a1535d38a07 | [log] [tgz] |
---|---|---|
author | Paul Gortmaker <paul.gortmaker@windriver.com> | Thu Jul 28 18:46:31 2011 -0400 |
committer | Paul Gortmaker <paul.gortmaker@windriver.com> | Mon Oct 31 19:30:57 2011 -0400 |
tree | e7c7e16a6052ba6476e164767e5d07f2acbb809e | |
parent | 848484e2c41220f07b432ffea79874a1b02ce6db [diff] |
mips: add export.h to files using EXPORT_SYMBOL/THIS_MODULE Or else we get lots of variations on this: arch/mips/pci/pci.c:330: warning: type defaults to 'int' in declaration of 'EXPORT_SYMBOL' scattered throughout the build. Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>