]> git.sur5r.net Git - u-boot/blobdiff - drivers/sysreset/sysreset_sandbox.c
net: sun8i-emac: fix printing NULL character
[u-boot] / drivers / sysreset / sysreset_sandbox.c
index 12b3e5f86eb0fbc940d57f8200ae68360f819e50..f12c4e841989f6f84461a434170be1539c8fa012 100644 (file)
@@ -1,8 +1,7 @@
+// SPDX-License-Identifier: GPL-2.0+
 /*
  * Copyright (c) 2015 Google, Inc
  * Written by Simon Glass <sjg@chromium.org>
- *
- * SPDX-License-Identifier:    GPL-2.0+
  */
 
 #include <common.h>
@@ -12,8 +11,6 @@
 #include <asm/state.h>
 #include <asm/test.h>
 
-DECLARE_GLOBAL_DATA_PTR;
-
 static int sandbox_warm_sysreset_request(struct udevice *dev,
                                         enum sysreset_t type)
 {