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)
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>

No differences found