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/110-ar2313_ethernet.patch | |
parent | fc7ff24b110212643738fddf0d7ef50db580991e (diff) | |
download | mtk-20170518-6ede1e172664925f9ca206f45d1b8e1963f47111.zip mtk-20170518-6ede1e172664925f9ca206f45d1b8e1963f47111.tar.gz mtk-20170518-6ede1e172664925f9ca206f45d1b8e1963f47111.tar.bz2 |
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/110-ar2313_ethernet.patch')
-rw-r--r-- | target/linux/atheros/patches-3.18/110-ar2313_ethernet.patch | 2 |
1 files changed, 1 insertions, 1 deletions
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 69d22ed..d1b2df4 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) |