diff options
| author | Gabor Juhos <juhosg@openwrt.org> | 2013-02-04 05:58:49 -0500 |
|---|---|---|
| committer | John Crispin <blogic@openwrt.org> | 2013-02-16 19:25:36 -0500 |
| commit | 6e783865b4e60f2ecf7708f8ea24db5c5ea07ced (patch) | |
| tree | 2f4cd8df0733cf177bbf74ae1ec7e079d4b6b013 /arch/mips/include | |
| parent | 9fc1ca5b73a82daedffa2d1d5daa48dd2093c39a (diff) | |
MIPS: ath79: remove unused ar7{1x,24}x_pcibios_init functions
The functions are unused now, so remove them.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
Patchwork: http://patchwork.linux-mips.org/patch/4909/
Signed-off-by: John Crispin <blogic@openwrt.org>
Diffstat (limited to 'arch/mips/include')
| -rw-r--r-- | arch/mips/include/asm/mach-ath79/pci.h | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/arch/mips/include/asm/mach-ath79/pci.h b/arch/mips/include/asm/mach-ath79/pci.h deleted file mode 100644 index 7868f7fa028f..000000000000 --- a/arch/mips/include/asm/mach-ath79/pci.h +++ /dev/null | |||
| @@ -1,28 +0,0 @@ | |||
| 1 | /* | ||
| 2 | * Atheros AR71XX/AR724X PCI support | ||
| 3 | * | ||
| 4 | * Copyright (C) 2011 René Bolldorf <xsecute@googlemail.com> | ||
| 5 | * Copyright (C) 2008-2011 Gabor Juhos <juhosg@openwrt.org> | ||
| 6 | * Copyright (C) 2008 Imre Kaloz <kaloz@openwrt.org> | ||
| 7 | * | ||
| 8 | * This program is free software; you can redistribute it and/or modify it | ||
| 9 | * under the terms of the GNU General Public License version 2 as published | ||
| 10 | * by the Free Software Foundation. | ||
| 11 | */ | ||
| 12 | |||
| 13 | #ifndef __ASM_MACH_ATH79_PCI_H | ||
| 14 | #define __ASM_MACH_ATH79_PCI_H | ||
| 15 | |||
| 16 | #if defined(CONFIG_PCI) && defined(CONFIG_SOC_AR71XX) | ||
| 17 | int ar71xx_pcibios_init(void); | ||
| 18 | #else | ||
| 19 | static inline int ar71xx_pcibios_init(void) { return 0; } | ||
| 20 | #endif | ||
| 21 | |||
| 22 | #if defined(CONFIG_PCI_AR724X) | ||
| 23 | int ar724x_pcibios_init(int irq); | ||
| 24 | #else | ||
| 25 | static inline int ar724x_pcibios_init(int irq) { return 0; } | ||
| 26 | #endif | ||
| 27 | |||
| 28 | #endif /* __ASM_MACH_ATH79_PCI_H */ | ||
