diff options
author | Florian Fainelli <florian@openwrt.org> | 2010-11-28 18:14:34 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2010-11-28 18:14:34 +0000 |
commit | a133b09b0706df0a93eb268c17a92a7a543f968a (patch) | |
tree | 94a642e894c37cfa1e42944e021430a33d908db8 /target/linux/ar7/patches-2.6.32/930-titan-platform.patch | |
parent | 27189b328e34085febb58528c40fb9b1632b04b2 (diff) | |
download | mtk-20170518-a133b09b0706df0a93eb268c17a92a7a543f968a.zip mtk-20170518-a133b09b0706df0a93eb268c17a92a7a543f968a.tar.gz mtk-20170518-a133b09b0706df0a93eb268c17a92a7a543f968a.tar.bz2 |
refresh patches and remove trailing whitespaces
SVN-Revision: 24181
Diffstat (limited to 'target/linux/ar7/patches-2.6.32/930-titan-platform.patch')
-rw-r--r-- | target/linux/ar7/patches-2.6.32/930-titan-platform.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/ar7/patches-2.6.32/930-titan-platform.patch b/target/linux/ar7/patches-2.6.32/930-titan-platform.patch index 2678876..b7ecfc2 100644 --- a/target/linux/ar7/patches-2.6.32/930-titan-platform.patch +++ b/target/linux/ar7/patches-2.6.32/930-titan-platform.patch @@ -632,7 +632,7 @@ + * GPIO Control + **********************************************************************/ + -+typedef struct ++typedef struct +{ + int pinSelReg; + int shift; @@ -721,7 +721,7 @@ + GPIO_CFG gpio_cfg; + volatile PIN_SEL_REG_ARRAY_T *pin_sel_array = (PIN_SEL_REG_ARRAY_T*) AVALANCHE_PIN_SEL_BASE; + volatile TITAN_GPIO_CONTROL_T *gpio_cntl = (TITAN_GPIO_CONTROL_T*) KSEG1ADDR(AR7_REGS_GPIO + TITAN_GPIO_INPUT_0); -+ ++ + if (gpio_pin > 51 ) + return(-1); + |