PCI: kill off pci_register_set_vga_state() symbol export.
authorPaul Mundt <lethal@linux-sh.org>
Thu, 11 Mar 2010 22:08:33 +0000 (14:08 -0800)
committerJesse Barnes <jbarnes@virtuousgeek.org>
Fri, 19 Mar 2010 19:38:18 +0000 (12:38 -0700)
commitded1d8f29b4d315a2093cafc3ee17ac870a87972
treefce932138ca3ca4b576271b7748ce33234d2fc8d
parent25daeb550b69e89aff59bc6a84218a12b5203531
PCI: kill off pci_register_set_vga_state() symbol export.

When pci_register_set_vga_state() was made __init, the EXPORT_SYMBOL() was
retained, which now leaves us with a section mismatch.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Cc: Mike Travis <travis@sgi.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
drivers/pci/pci.c