summaryrefslogtreecommitdiff
path: root/drivers/timer/ostm_timer.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/timer/ostm_timer.c')
-rw-r--r--drivers/timer/ostm_timer.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/timer/ostm_timer.c b/drivers/timer/ostm_timer.c
index 314f956cdfb..3841d3c90d0 100644
--- a/drivers/timer/ostm_timer.c
+++ b/drivers/timer/ostm_timer.c
@@ -7,7 +7,6 @@
#include <clock_legacy.h>
#include <malloc.h>
-#include <asm/global_data.h>
#include <asm/io.h>
#include <dm.h>
#include <clk.h>
@@ -22,8 +21,6 @@
#define OSTM_CTL 0x20
#define OSTM_CTL_D BIT(1)
-DECLARE_GLOBAL_DATA_PTR;
-
struct ostm_priv {
fdt_addr_t regs;
};