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)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 26 Apr 2010 14:41:31 +0000 (07:41 -0700)
commit892cb6dc64b73037b756fd1b0014e8c2280ae28d
tree54bd5440f2e4d70664afb0f0aaa0bdd321f03fdf
parenta6f2691c29ef956de68ed070f0a74a7a22e24fd6
PCI: kill off pci_register_set_vga_state() symbol export.

commit ded1d8f29b4d315a2093cafc3ee17ac870a87972 upstream.

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>
Cc: maximilian attems <max@stro.at>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/pci/pci.c