[ar7] refresh patches and remove trailing whitespaces
[openwrt.git] / target / linux / ar7 / patches-2.6.32 / 930-titan-platform.patch
index 2678876..b7ecfc2 100644 (file)
 + *  GPIO Control
 + **********************************************************************/
 +
-+typedef struct 
++typedef struct
 +{
 +    int pinSelReg;
 +    int shift;
 +    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);
 +
This page took 0.022538 seconds and 4 git commands to generate.