* [PATCH] pci: Kill off pci_register_set_vga_state() symbol export.
@ 2010-03-01 2:49 Paul Mundt
0 siblings, 0 replies; only message in thread
From: Paul Mundt @ 2010-03-01 2:49 UTC (permalink / raw)
To: Andrew Morton; +Cc: Mike Travis, linux-kernel
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>
---
drivers/pci/pci.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/pci/pci.c b/drivers/pci/pci.c
index 5b548ae..37c23b7 100644
--- a/drivers/pci/pci.c
+++ b/drivers/pci/pci.c
@@ -3007,7 +3007,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);
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2010-03-01 2:50 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-01 2:49 [PATCH] pci: Kill off pci_register_set_vga_state() symbol export Paul Mundt
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.