diff options
Diffstat (limited to 'arch/mips/ath79/pci.c')
-rw-r--r-- | arch/mips/ath79/pci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/ath79/pci.c b/arch/mips/ath79/pci.c index 8db076e4542c..49574284b755 100644 --- a/arch/mips/ath79/pci.c +++ b/arch/mips/ath79/pci.c @@ -9,7 +9,7 @@ */ #include <linux/pci.h> -#include <asm/mach-ath79/pci-ath724x.h> +#include "pci.h" static struct ath724x_pci_data *pci_data; static int pci_data_size; |