diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2007-09-25 13:45:57 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2007-09-25 13:45:57 +0000 |
commit | 000b777b73fe36f2d640983e6f5d6dcc797a4db2 (patch) | |
tree | 0fa760b70e41f0ef253ef5b5824463388694bedd | |
parent | 728ec89e7d1ce6c90b4a7789324c128894f69558 (diff) | |
download | upstream-000b777b73fe36f2d640983e6f5d6dcc797a4db2.tar.gz upstream-000b777b73fe36f2d640983e6f5d6dcc797a4db2.tar.bz2 upstream-000b777b73fe36f2d640983e6f5d6dcc797a4db2.zip |
remove unused PCI externs
SVN-Revision: 9017
-rw-r--r-- | target/linux/adm5120/files/include/asm-mips/mach-adm5120/adm5120_platform.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/target/linux/adm5120/files/include/asm-mips/mach-adm5120/adm5120_platform.h b/target/linux/adm5120/files/include/asm-mips/mach-adm5120/adm5120_platform.h index 90c18ce5df..9b2c98dc9b 100644 --- a/target/linux/adm5120/files/include/asm-mips/mach-adm5120/adm5120_platform.h +++ b/target/linux/adm5120/files/include/asm-mips/mach-adm5120/adm5120_platform.h @@ -74,7 +74,6 @@ static inline void adm5120_pci_set_irq_map(unsigned int nr_irqs, extern struct adm5120_flash_platform_data adm5120_flash0_data; extern struct adm5120_flash_platform_data adm5120_flash1_data; extern struct adm5120_nand_platform_data adm5120_nand_data; -extern struct adm5120_pci_platform_data adm5120_pci_data; extern struct adm5120_switch_platform_data adm5120_switch_data; extern struct amba_pl010_data adm5120_uart0_data; extern struct amba_pl010_data adm5120_uart1_data; @@ -83,10 +82,8 @@ extern struct platform_device adm5120_flash0_device; extern struct platform_device adm5120_flash1_device; extern struct platform_device adm5120_nand_device; extern struct platform_device adm5120_hcd_device; -extern struct platform_device adm5120_pci_device; extern struct platform_device adm5120_switch_device; extern struct amba_device adm5120_uart0_device; extern struct amba_device adm5120_uart1_device; - #endif /* _ADM5120_PLATFORM_H_ */ |