aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/atheros/patches-3.18/101-early-printk-support.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2015-03-13 02:58:58 +0000
committerFelix Fietkau <nbd@openwrt.org>2015-03-13 02:58:58 +0000
commit8a98d187d5660c9fc397e9966435a5835eb0d54c (patch)
treebdff7d7b225bcddb2cf0e9639a545648a83fe207 /target/linux/atheros/patches-3.18/101-early-printk-support.patch
parentfb4c2936297244e24750677f4a365624ab84424d (diff)
downloadupstream-8a98d187d5660c9fc397e9966435a5835eb0d54c.tar.gz
upstream-8a98d187d5660c9fc397e9966435a5835eb0d54c.tar.bz2
upstream-8a98d187d5660c9fc397e9966435a5835eb0d54c.zip
atheros: v3.18: update names and declarations
Sync functions, variables and enums names with upstream. Mostly replace 'ar231x_' prefix by 'ath25_'. No functional changes, except few 'int' -> 'unsigned' changes. Signed-off-by: Sergey Ryazanov <ryazanov.s.a@gmail.com> SVN-Revision: 44712
Diffstat (limited to 'target/linux/atheros/patches-3.18/101-early-printk-support.patch')
-rw-r--r--target/linux/atheros/patches-3.18/101-early-printk-support.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/atheros/patches-3.18/101-early-printk-support.patch b/target/linux/atheros/patches-3.18/101-early-printk-support.patch
index 54446a4774..367069d3e9 100644
--- a/target/linux/atheros/patches-3.18/101-early-printk-support.patch
+++ b/target/linux/atheros/patches-3.18/101-early-printk-support.patch
@@ -34,7 +34,7 @@
+ static void __iomem *base;
+
+ if (unlikely(base == NULL)) {
-+ if (is_2315())
++ if (is_ar2315())
+ base = (void __iomem *)(KSEG1ADDR(AR2315_UART0));
+ else
+ base = (void __iomem *)(KSEG1ADDR(AR5312_UART0));