[ARM] 5532/1: Freescale STMP: register definitions [3/3]
[pandora-kernel.git] / arch / arm / plat-stmp3xxx / include / mach / pinmux.h
index 526c068..cc5af82 100644 (file)
@@ -146,10 +146,9 @@ struct stmp3xxx_pinmux_bank {
        u8 strengths[HW_DRIVE_PINDRV_NUM];
 
        /* GPIO things */
-       void __iomem *hw_gpio_read,
-            *hw_gpio_set,
-            *hw_gpio_clr,
-            *hw_gpio_doe;
+       void __iomem *hw_gpio_in,
+                    *hw_gpio_out,
+                    *hw_gpio_doe;
        int irq, virq;
 };