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>
This commit is contained in:
Gabor Juhos 2012-03-14 10:29:22 +01:00 коммит произвёл Ralf Baechle
Родитель e2dbdc436b
Коммит 3a6208df8e
3 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -15,13 +15,13 @@
#ifdef CONFIG_PCI
#include <linux/ath9k_platform.h>
#include <asm/mach-ath79/pci-ath724x.h>
#endif /* CONFIG_PCI */
#include "machtypes.h"
#include "dev-gpio-buttons.h"
#include "dev-leds-gpio.h"
#include "dev-spi.h"
#include "pci.h"
#define UBNT_XM_GPIO_LED_L1 0
#define UBNT_XM_GPIO_LED_L2 1

Просмотреть файл

@ -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;

Просмотреть файл