diff options
Diffstat (limited to 'drivers/timer/omap-timer.c')
-rw-r--r-- | drivers/timer/omap-timer.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/timer/omap-timer.c b/drivers/timer/omap-timer.c index 4cc6105505..051c69081e 100644 --- a/drivers/timer/omap-timer.c +++ b/drivers/timer/omap-timer.c @@ -13,8 +13,6 @@ #include <asm/io.h> #include <asm/arch/clock.h> -DECLARE_GLOBAL_DATA_PTR; - /* Timer register bits */ #define TCLR_START BIT(0) /* Start=1 */ #define TCLR_AUTO_RELOAD BIT(1) /* Auto reload */ |