summaryrefslogtreecommitdiffstats
path: root/arch/mips/ath79/pci.h
diff options
context:
space:
mode:
authorGabor Juhos2012-03-14 10:36:12 +0100
committerRalf Baechle2012-05-15 17:49:06 +0200
commit52c28be371e33b99700811dbed009913b854c44d (patch)
treeef530385cc70170d37d8278f7ad7f7385dffafe7 /arch/mips/ath79/pci.h
parentMIPS: ath79: allow to use SoC specific PCI IRQ maps (diff)
downloadkernel-qcow2-linux-52c28be371e33b99700811dbed009913b854c44d.tar.gz
kernel-qcow2-linux-52c28be371e33b99700811dbed009913b854c44d.tar.xz
kernel-qcow2-linux-52c28be371e33b99700811dbed009913b854c44d.zip
MIPS: ath79: remove ar724x_pci_add_data function
The variables set by this function are not used anymore. Remove the function and the relevant variables as well. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> Cc: linux-mips@linux-mips.org Patchwork: https://patchwork.linux-mips.org/patch/3501/ Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/ath79/pci.h')
-rw-r--r--arch/mips/ath79/pci.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/mips/ath79/pci.h b/arch/mips/ath79/pci.h
index a5c4e5856202..5ebed2104ed0 100644
--- a/arch/mips/ath79/pci.h
+++ b/arch/mips/ath79/pci.h
@@ -11,18 +11,12 @@
#ifndef _ATH79_PCI_H
#define _ATH79_PCI_H
-struct ar724x_pci_data {
- int irq;
-};
-
struct ath79_pci_irq {
u8 slot;
u8 pin;
int irq;
};
-void ar724x_pci_add_data(struct ar724x_pci_data *data, int size);
-
#ifdef CONFIG_PCI
void ath79_pci_set_irq_map(unsigned nr_irqs, const struct ath79_pci_irq *map);
void ath79_pci_set_plat_dev_init(int (*func)(struct pci_dev *dev));