omap: Remove uninitialized warning for gpio.c
[safe/jmp/linux-2.6] / arch / arm / plat-omap / gpio.c
index f8dfa8d..d17620c 100644 (file)
@@ -1117,7 +1117,7 @@ static inline void _set_gpio_irqenable(struct gpio_bank *bank, int gpio, int ena
  */
 static int _set_gpio_wakeup(struct gpio_bank *bank, int gpio, int enable)
 {
-       unsigned long flags;
+       unsigned long uninitialized_var(flags);
 
        switch (bank->method) {
 #ifdef CONFIG_ARCH_OMAP16XX