Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3a6208df authored by Gabor Juhos's avatar Gabor Juhos Committed by Ralf Baechle
Browse files

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: default avatarGabor Juhos <juhosg@openwrt.org>
Acked-by: default avatarRené Bolldorf <xsecute@googlemail.com>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/3486/


Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
parent e2dbdc43
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -15,13 +15,13 @@


#ifdef CONFIG_PCI
#ifdef CONFIG_PCI
#include <linux/ath9k_platform.h>
#include <linux/ath9k_platform.h>
#include <asm/mach-ath79/pci-ath724x.h>
#endif /* CONFIG_PCI */
#endif /* CONFIG_PCI */


#include "machtypes.h"
#include "machtypes.h"
#include "dev-gpio-buttons.h"
#include "dev-gpio-buttons.h"
#include "dev-leds-gpio.h"
#include "dev-leds-gpio.h"
#include "dev-spi.h"
#include "dev-spi.h"
#include "pci.h"


#define UBNT_XM_GPIO_LED_L1		0
#define UBNT_XM_GPIO_LED_L1		0
#define UBNT_XM_GPIO_LED_L2		1
#define UBNT_XM_GPIO_LED_L2		1
+1 −1
Original line number Original line Diff line number Diff line
@@ -9,7 +9,7 @@
 */
 */


#include <linux/pci.h>
#include <linux/pci.h>
#include <asm/mach-ath79/pci-ath724x.h>
#include "pci.h"


static struct ath724x_pci_data *pci_data;
static struct ath724x_pci_data *pci_data;
static int pci_data_size;
static int pci_data_size;