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 | 6ede1e172664925f9ca206f45d1b8e1963f47111 (patch) | |
tree | c91722e934a05739cb3387fe01361af297d389bc /target/linux/atheros/patches-3.18/105-ar2315_pci.patch | |
parent | fc7ff24b110212643738fddf0d7ef50db580991e (diff) | |
download | upstream-6ede1e172664925f9ca206f45d1b8e1963f47111.tar.gz upstream-6ede1e172664925f9ca206f45d1b8e1963f47111.tar.bz2 upstream-6ede1e172664925f9ca206f45d1b8e1963f47111.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>
SVN-Revision: 44708
Diffstat (limited to 'target/linux/atheros/patches-3.18/105-ar2315_pci.patch')
-rw-r--r-- | target/linux/atheros/patches-3.18/105-ar2315_pci.patch | 2 |
1 files changed, 1 insertions, 1 deletions
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> + |