]> git.sur5r.net Git - u-boot/blobdiff - drivers/watchdog/mpc8xx_wdt.c
ARM: dts: rmobile: Add initial SDHI nodes to R8A77990 E3
[u-boot] / drivers / watchdog / mpc8xx_wdt.c
index ded80c4d6a995ef1806afa5baf825a919bff5b4e..ccb06ac425f40d12b56adc2ff6143d1a89d782ab 100644 (file)
@@ -1,7 +1,6 @@
+// SPDX-License-Identifier: GPL-2.0+
 /*
  * Copyright 2017 CS Systemes d'Information
- *
- * SPDX-License-Identifier:    GPL-2.0+
  */
 
 #include <common.h>
@@ -9,8 +8,6 @@
 #include <asm/cpm_8xx.h>
 #include <asm/io.h>
 
-DECLARE_GLOBAL_DATA_PTR;
-
 void hw_watchdog_reset(void)
 {
        immap_t __iomem *immap = (immap_t __iomem *)CONFIG_SYS_IMMR;