]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/arm/plat-omap/include/mach/gpio-switch.h
Remove extra code in arch/arm/*omap* to move it into omap-pool branch
[linux-2.6-omap-h63xx.git] / arch / arm / plat-omap / include / mach / gpio-switch.h
index a143253969ceef529d5f5022459d43b0dc3e15a9..10da0e07c0cf8998b926a3680b042936e77e5129 100644 (file)
@@ -48,11 +48,7 @@ struct omap_gpio_switch {
 };
 
 /* Call at init time only */
-#ifdef CONFIG_OMAP_GPIO_SWITCH
 extern void omap_register_gpio_switches(const struct omap_gpio_switch *tbl,
                                        int count);
-#else
-#define omap_register_gpio_switches(tbl, count)        do { } while (0)
-#endif
 
 #endif