[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20100301024953.GC23086@linux-sh.org>
Date: Mon, 1 Mar 2010 11:49:54 +0900
From: Paul Mundt <lethal@...ux-sh.org>
To: Andrew Morton <akpm@...ux-foundation.org>
Cc: Mike Travis <travis@....com>, linux-kernel@...r.kernel.org
Subject: [PATCH] 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: Paul Mundt <lethal@...ux-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);
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists