linux/drivers/pci/pcie/aer
Alex Chiang 5d9526d07a PCIe: fix 'symbol not declared' sparse warnings
While refreshing my physical PCI slot series against upstream, I
noticed a few simple sparse/compile warnings that were easy to
fix.

Fix the following sparse warnings in PCIe:

	drivers/pci/pcie/aer/aerdrv.c:86:6: warning: symbol 'pci_no_aer'
	was not declared. Should it be static?
	drivers/pci/pcie/portdrv_bus.c:21:17: warning: symbol
	'pcie_port_bus_type' was not declared. Should it be static?

Signed-off-by: Alex Chiang <achiang@hp.com>
Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
2008-06-10 10:59:55 -07:00
..
Kconfig PCI: fix AER driver error information 2007-07-11 16:02:08 -07:00
Makefile PCI: fix AER driver error information 2007-07-11 16:02:08 -07:00
aerdrv.c PCIe: fix 'symbol not declared' sparse warnings 2008-06-10 10:59:55 -07:00
aerdrv.h PCI: fix AER driver error information 2007-07-11 16:02:08 -07:00
aerdrv_acpi.c drivers: fix integer as NULL pointer warnings 2008-04-28 17:31:13 -07:00
aerdrv_core.c PCI: replace remaining __FUNCTION__ occurrences 2008-04-20 21:47:09 -07:00
aerdrv_errprint.c