diff options
author | Paul Gortmaker <paul.gortmaker@windriver.com> | 2011-07-29 00:46:31 +0200 |
---|---|---|
committer | Paul Gortmaker <paul.gortmaker@windriver.com> | 2011-11-01 00:30:57 +0100 |
commit | cae39d1386dba405de0fbda32e224a1535d38a07 (patch) | |
tree | e7c7e16a6052ba6476e164767e5d07f2acbb809e /arch/mips/powertv/powertv-usb.c | |
parent | mips: remove needless include of module.h from core kernel files. (diff) | |
download | linux-cae39d1386dba405de0fbda32e224a1535d38a07.tar.xz linux-cae39d1386dba405de0fbda32e224a1535d38a07.zip |
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>
Diffstat (limited to 'arch/mips/powertv/powertv-usb.c')
-rw-r--r-- | arch/mips/powertv/powertv-usb.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/powertv/powertv-usb.c b/arch/mips/powertv/powertv-usb.c index 6ac85cf7aa20..b0e2afa89395 100644 --- a/arch/mips/powertv/powertv-usb.c +++ b/arch/mips/powertv/powertv-usb.c @@ -29,6 +29,7 @@ */ #include <linux/kernel.h> +#include <linux/export.h> #include <linux/ioport.h> #include <linux/platform_device.h> #include <asm/mach-powertv/asic.h> |