PCI: kill off pci_register_set_vga_state() symbol export.
commite85038358dd8b63c3407d5897b352f1e591ecf58
authorPaul Mundt <lethal@linux-sh.org>
Thu, 11 Mar 2010 22:08:33 +0000 (11 14:08 -0800)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 26 Apr 2010 14:47:59 +0000 (26 07:47 -0700)
treed2715d72c45a5190da1a1b35678ba9616d06531b
parent2f27df301575640e60cdcdb1352ca0ec1fda2b94
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