]> git.sur5r.net Git - u-boot/blobdiff - drivers/watchdog/ulp_wdog.c
dwc2 USB controller hangs with lan78xx
[u-boot] / drivers / watchdog / ulp_wdog.c
index 72ec694cdd46e7d1b801e90a757ba1f4ab7337de..313019f152b976780cfd5f47b7432c4c6a15a71a 100644 (file)
@@ -1,7 +1,6 @@
+// SPDX-License-Identifier: GPL-2.0+
 /*
  * Copyright (C) 2016 Freescale Semiconductor, Inc.
- *
- * SPDX-License-Identifier:    GPL-2.0+
  */
 
 #include <common.h>
@@ -40,8 +39,6 @@ struct wdog_regs {
 #define WDG_32KHZ_CLK                    (0x2)
 #define WDG_EXT_CLK                      (0x3)
 
-DECLARE_GLOBAL_DATA_PTR;
-
 void hw_watchdog_set_timeout(u16 val)
 {
        /* setting timeout value */