omap: Remove old unused defines for OMAP_32KSYNCT_BASE

Remove old unused defines for OMAP_32KSYNCT_BASE

Signed-off-by: Tony Lindgren <tony@atomide.com>

-10
-10
arch/arm/plat-omap/omap_device.c
··· 89 #define USE_WAKEUP_LAT 0 90 #define IGNORE_WAKEUP_LAT 1 91 92 - /* XXX this should be moved into a separate file */ 93 - #if defined(CONFIG_ARCH_OMAP2420) 94 - # define OMAP_32KSYNCT_BASE 0x48004000 95 - #elif defined(CONFIG_ARCH_OMAP2430) 96 - # define OMAP_32KSYNCT_BASE 0x49020000 97 - #elif defined(CONFIG_ARCH_OMAP3430) 98 - # define OMAP_32KSYNCT_BASE 0x48320000 99 - #else 100 - # error Unknown OMAP device 101 - #endif 102 103 /* Private functions */ 104
··· 89 #define USE_WAKEUP_LAT 0 90 #define IGNORE_WAKEUP_LAT 1 91 92 93 /* Private functions */ 94