]> git.sur5r.net Git - u-boot/blobdiff - drivers/watchdog/wdt-uclass.c
dwc2 USB controller hangs with lan78xx
[u-boot] / drivers / watchdog / wdt-uclass.c
index 8a30f024fdbf9511785ad206a28e9942953f37e9..4a619f71fe910b7a18c6e37d7f0fe13e37423c91 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>
@@ -11,8 +10,6 @@
 #include <dm/device-internal.h>
 #include <dm/lists.h>
 
-DECLARE_GLOBAL_DATA_PTR;
-
 int wdt_start(struct udevice *dev, u64 timeout_ms, ulong flags)
 {
        const struct wdt_ops *ops = device_get_ops(dev);