diff options
Diffstat (limited to 'arch/mips/ath79/pci.h')
-rw-r--r-- | arch/mips/ath79/pci.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/mips/ath79/pci.h b/arch/mips/ath79/pci.h index e0601c4a7fc6..de30e158932d 100644 --- a/arch/mips/ath79/pci.h +++ b/arch/mips/ath79/pci.h @@ -13,14 +13,16 @@ struct ar724x_pci_data { int irq; - void *pdata; }; void ar724x_pci_add_data(struct ar724x_pci_data *data, int size); #ifdef CONFIG_PCI +void ath79_pci_set_plat_dev_init(int (*func)(struct pci_dev *dev)); int ath79_register_pci(void); #else +static inline void +ath79_pci_set_plat_dev_init(int (*func)(struct pci_dev *)) {} static inline int ath79_register_pci(void) { return 0; } #endif |