Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ded1d8f2 authored by Paul Mundt's avatar Paul Mundt Committed by Jesse Barnes
Browse files

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: default avatarPaul Mundt <lethal@linux-sh.org>
Cc: Mike Travis <travis@sgi.com>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarJesse Barnes <jbarnes@virtuousgeek.org>
parent 25daeb55
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -3023,7 +3023,6 @@ EXPORT_SYMBOL(pcim_pin_device);
EXPORT_SYMBOL(pci_disable_device);
EXPORT_SYMBOL(pci_find_capability);
EXPORT_SYMBOL(pci_bus_find_capability);
EXPORT_SYMBOL(pci_register_set_vga_state);
EXPORT_SYMBOL(pci_release_regions);
EXPORT_SYMBOL(pci_request_regions);
EXPORT_SYMBOL(pci_request_regions_exclusive);