summaryrefslogtreecommitdiffstats
path: root/arch/x86/include
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2013-04-17 16:13:30 +0000
committerSimon Glass <sjg@chromium.org>2013-05-13 13:31:18 -0700
commitdfdedd9c2ec805917a6f43cffd9d80125180bb28 (patch)
treeb53e0f3bde2baa3a6d87018707a95f063257cb88 /arch/x86/include
parentbbd0f7e3ba66d288a2f146f1c7797801e04598ae (diff)
downloadblackbird-obmc-uboot-dfdedd9c2ec805917a6f43cffd9d80125180bb28.tar.gz
blackbird-obmc-uboot-dfdedd9c2ec805917a6f43cffd9d80125180bb28.zip
x86: Remove unused bios/pci code
Graeme Russ pointed out that this code is no longer used. Remove it. Signed-off-by: Simon Glass <sjg@chromium.org> Acked-by: Graeme Russ <graeme.russ@gmail.com>
Diffstat (limited to 'arch/x86/include')
-rw-r--r--arch/x86/include/asm/pci.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/x86/include/asm/pci.h b/arch/x86/include/asm/pci.h
index 6d68ab6c92..9cc2034737 100644
--- a/arch/x86/include/asm/pci.h
+++ b/arch/x86/include/asm/pci.h
@@ -30,8 +30,4 @@
const struct pci_device_id _table[]
void pci_setup_type1(struct pci_controller *hose);
-int pci_enable_legacy_video_ports(struct pci_controller* hose);
-int pci_shadow_rom(pci_dev_t dev, unsigned char *dest);
-void pci_remove_rom_window(struct pci_controller* hose, u32 addr);
-u32 pci_get_rom_window(struct pci_controller* hose, int size);
#endif
OpenPOWER on IntegriCloud