diff options
author | Felix Fietkau <nbd@openwrt.org> | 2015-03-13 02:58:58 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2015-03-13 02:58:58 +0000 |
commit | 8a98d187d5660c9fc397e9966435a5835eb0d54c (patch) | |
tree | bdff7d7b225bcddb2cf0e9639a545648a83fe207 /target/linux/atheros/patches-3.18/102-ar5312_gpio.patch | |
parent | fb4c2936297244e24750677f4a365624ab84424d (diff) | |
download | upstream-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/102-ar5312_gpio.patch')
-rw-r--r-- | target/linux/atheros/patches-3.18/102-ar5312_gpio.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/atheros/patches-3.18/102-ar5312_gpio.patch b/target/linux/atheros/patches-3.18/102-ar5312_gpio.patch index 8bc9689fbf..9c2ff89f65 100644 --- a/target/linux/atheros/patches-3.18/102-ar5312_gpio.patch +++ b/target/linux/atheros/patches-3.18/102-ar5312_gpio.patch @@ -10,7 +10,7 @@ config SOC_AR2315 --- a/arch/mips/ath25/ar5312.c +++ b/arch/mips/ath25/ar5312.c -@@ -190,6 +190,22 @@ static struct platform_device ar5312_phy +@@ -187,6 +187,22 @@ static struct platform_device ar5312_phy .num_resources = 1, }; @@ -33,7 +33,7 @@ #ifdef CONFIG_LEDS_GPIO static struct gpio_led ar5312_leds[] = { { .name = "wlan", .gpio = 0, .active_low = 1, }, -@@ -280,6 +296,8 @@ int __init ar5312_init_devices(void) +@@ -277,6 +293,8 @@ int __init ar5312_init_devices(void) platform_device_register(&ar5312_physmap_flash); |