diff options
author | Felix Fietkau <nbd@openwrt.org> | 2015-03-13 02:58:17 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2015-03-13 02:58:17 +0000 |
commit | e2d59f4dd5c84ed7baeaa20e34b188db53306365 (patch) | |
tree | 869936880a723e796ec399bc78482bc149bd7eba /target | |
parent | 85365aa0c4b6ceb3efe25ac911825902febb0281 (diff) | |
download | upstream-e2d59f4dd5c84ed7baeaa20e34b188db53306365.tar.gz upstream-e2d59f4dd5c84ed7baeaa20e34b188db53306365.tar.bz2 upstream-e2d59f4dd5c84ed7baeaa20e34b188db53306365.zip |
atheros: v3.18: rename platform header
Rename ar231x_platform.h to ath25_platform.h
Signed-off-by: Sergey Ryazanov <ryazanov.s.a@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44708 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
4 files changed, 8 insertions, 8 deletions
diff --git a/target/linux/atheros/patches-3.18/100-board.patch b/target/linux/atheros/patches-3.18/100-board.patch index 5ecc37c08d..9ad21eda8b 100644 --- a/target/linux/atheros/patches-3.18/100-board.patch +++ b/target/linux/atheros/patches-3.18/100-board.patch @@ -105,7 +105,7 @@ +#include <asm/bootinfo.h> +#include <asm/time.h> + -+#include <ar231x_platform.h> ++#include <ath25_platform.h> +#include "devices.h" +#include "ar5312.h" +#include "ar2315.h" @@ -348,7 +348,7 @@ +{ +} --- /dev/null -+++ b/arch/mips/include/asm/mach-ath25/ar231x_platform.h ++++ b/arch/mips/include/asm/mach-ath25/ath25_platform.h @@ -0,0 +1,85 @@ +#ifndef __ASM_MACH_ATH25_PLATFORM_H +#define __ASM_MACH_ATH25_PLATFORM_H @@ -1542,7 +1542,7 @@ +#include <linux/irq.h> +#include <linux/io.h> + -+#include <ar231x_platform.h> ++#include <ath25_platform.h> +#include <ar5312_regs.h> +#include <ar231x.h> +#include "devices.h" @@ -2021,7 +2021,7 @@ +#include <linux/irq.h> +#include <linux/io.h> + -+#include <ar231x_platform.h> ++#include <ath25_platform.h> +#include <ar2315_regs.h> +#include <ar231x.h> +#include "devices.h" @@ -2593,7 +2593,7 @@ +#include <linux/platform_device.h> +#include <asm/bootinfo.h> + -+#include <ar231x_platform.h> ++#include <ath25_platform.h> +#include <ar231x.h> +#include "devices.h" +#include "ar5312.h" diff --git a/target/linux/atheros/patches-3.18/105-ar2315_pci.patch b/target/linux/atheros/patches-3.18/105-ar2315_pci.patch index e5a8a52a8c..6e398dc34e 100644 --- a/target/linux/atheros/patches-3.18/105-ar2315_pci.patch +++ b/target/linux/atheros/patches-3.18/105-ar2315_pci.patch @@ -60,7 +60,7 @@ +#include <linux/irq.h> +#include <linux/io.h> +#include <asm/paccess.h> -+#include <ar231x_platform.h> ++#include <ath25_platform.h> +#include <ar231x.h> +#include <ar2315_regs.h> + diff --git a/target/linux/atheros/patches-3.18/110-ar2313_ethernet.patch b/target/linux/atheros/patches-3.18/110-ar2313_ethernet.patch index 69d22ed3ce..d1b2df46f3 100644 --- a/target/linux/atheros/patches-3.18/110-ar2313_ethernet.patch +++ b/target/linux/atheros/patches-3.18/110-ar2313_ethernet.patch @@ -1265,7 +1265,7 @@ +#include <linux/interrupt.h> +#include <generated/autoconf.h> +#include <linux/bitops.h> -+#include <ar231x_platform.h> ++#include <ath25_platform.h> + +/* probe link timer - 5 secs */ +#define LINK_TIMER (5*HZ) diff --git a/target/linux/atheros/patches-3.18/210-reset_button.patch b/target/linux/atheros/patches-3.18/210-reset_button.patch index 7eee86ab65..8ba58ed495 100644 --- a/target/linux/atheros/patches-3.18/210-reset_button.patch +++ b/target/linux/atheros/patches-3.18/210-reset_button.patch @@ -17,7 +17,7 @@ +#include <linux/platform_device.h> +#include <linux/gpio_keys.h> +#include <linux/input.h> -+#include <ar231x_platform.h> ++#include <ath25_platform.h> +#include <ar231x.h> +#include "devices.h" + |