]> git.sur5r.net Git - u-boot/blobdiff - drivers/timer/altera_timer.c
Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR
[u-boot] / drivers / timer / altera_timer.c
index 1ba85c439965d571fa10bdae4739a6b1aa55d3f4..f80debb2d7f86648e7b4bd33196545f64b563e53 100644 (file)
@@ -14,8 +14,6 @@
 #include <timer.h>
 #include <asm/io.h>
 
-DECLARE_GLOBAL_DATA_PTR;
-
 /* control register */
 #define ALTERA_TIMER_CONT      BIT(1)  /* Continuous mode */
 #define ALTERA_TIMER_START     BIT(2)  /* Start timer */