diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-03-14 13:29:22 +0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2012-05-15 19:49:01 +0400 |
commit | 3a6208df8eb97e01fd8510762dd59dce375dd14d (patch) | |
tree | 009c85590f9ca79d67d626b2d638b79d717ffdd0 /arch/mips/ath79/pci.c | |
parent | e2dbdc436b46250c8682ea57151a7afb45f271e1 (diff) | |
download | linux-3a6208df8eb97e01fd8510762dd59dce375dd14d.tar.xz |
MIPS: ath79: rename pci-ath724x.h
The declared function in this header file is used by the
ath79 platform code only. Move the header to the platform
directory.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
Acked-by: René Bolldorf <xsecute@googlemail.com>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/3486/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
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; |