summaryrefslogtreecommitdiff
path: root/drivers/watchdog/sandbox_wdt.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/watchdog/sandbox_wdt.c')
-rw-r--r--drivers/watchdog/sandbox_wdt.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/watchdog/sandbox_wdt.c b/drivers/watchdog/sandbox_wdt.c
index 02b57f3986..5ec32b25d6 100644
--- a/drivers/watchdog/sandbox_wdt.c
+++ b/drivers/watchdog/sandbox_wdt.c
@@ -9,8 +9,6 @@
#include <wdt.h>
#include <asm/state.h>
-DECLARE_GLOBAL_DATA_PTR;
-
static int sandbox_wdt_start(struct udevice *dev, u64 timeout, ulong flags)
{
struct sandbox_state *state = state_get_current();