diff options
author | Graeme Russ <graeme.russ@gmail.com> | 2011-11-08 02:33:22 +0000 |
---|---|---|
committer | Graeme Russ <graeme.russ@gmail.com> | 2011-11-29 21:10:08 +1100 |
commit | 1cfcf0370132315d6eee375afdf7207ff60a07e0 (patch) | |
tree | a8be41d0ed86376fb1cc9d35dc103f3120f52502 /arch/x86/include/asm/pci.h | |
parent | 303418cc97c0922cdbbc328e6d9111bd9a84d1c7 (diff) | |
download | u-boot-imx-1cfcf0370132315d6eee375afdf7207ff60a07e0.zip u-boot-imx-1cfcf0370132315d6eee375afdf7207ff60a07e0.tar.gz u-boot-imx-1cfcf0370132315d6eee375afdf7207ff60a07e0.tar.bz2 |
x86: Misc PCI touchups
Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
Diffstat (limited to 'arch/x86/include/asm/pci.h')
-rw-r--r-- | arch/x86/include/asm/pci.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/include/asm/pci.h b/arch/x86/include/asm/pci.h index c09078e..37cc7e3 100644 --- a/arch/x86/include/asm/pci.h +++ b/arch/x86/include/asm/pci.h @@ -29,7 +29,7 @@ #define DEFINE_PCI_DEVICE_TABLE(_table) \ const struct pci_device_id _table[] -void pci_setup_type1(struct pci_controller* hose, u32 cfg_addr, u32 cfg_data); +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); |