mips: add export.h to files using EXPORT_SYMBOL/THIS_MODULE
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Thu, 28 Jul 2011 22:46:31 +0000 (18:46 -0400)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Mon, 31 Oct 2011 23:30:57 +0000 (19:30 -0400)
commitcae39d1386dba405de0fbda32e224a1535d38a07
treee7c7e16a6052ba6476e164767e5d07f2acbb809e
parent848484e2c41220f07b432ffea79874a1b02ce6db
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>
14 files changed:
arch/mips/bcm47xx/gpio.c
arch/mips/bcm47xx/setup.c
arch/mips/cavium-octeon/csrc-octeon.c
arch/mips/cavium-octeon/dma-octeon.c
arch/mips/cavium-octeon/flash_setup.c
arch/mips/kernel/process.c
arch/mips/pci/pci-ip27.c
arch/mips/pci/pci.c
arch/mips/powertv/pci/fixup-powertv.c
arch/mips/powertv/powertv-usb.c
arch/mips/rb532/gpio.c
arch/mips/rb532/setup.c
arch/mips/txx9/generic/spi_eeprom.c
arch/mips/txx9/rbtx4939/setup.c
This page took 0.029723 seconds and 5 git commands to generate.