lib: charset: add u16_str<n>cmp()
[oweals/u-boot.git] / drivers / watchdog / sandbox_wdt.c
index 02b57f39865cda9e87e2d21d1c32987d4b08fb50..e05d82789f6563b61743bea5959ebb9e0c51b786 100644 (file)
@@ -1,7 +1,6 @@
+// SPDX-License-Identifier: GPL-2.0+
 /*
  * Copyright 2017 Google, Inc
- *
- * SPDX-License-Identifier:    GPL-2.0+
  */
 
 #include <common.h>
@@ -9,8 +8,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();