]> git.sur5r.net Git - u-boot/blobdiff - drivers/timer/atcpit100_timer.c
Merge branch 'master' of git://git.denx.de/u-boot-uniphier
[u-boot] / drivers / timer / atcpit100_timer.c
index 963f978d206f94507bb95fa19799621e01a39782..f650c1bf663510475ae15e07b807f9a80edd6c81 100644 (file)
@@ -1,10 +1,9 @@
+// SPDX-License-Identifier: GPL-2.0+
 /*
  * Andestech ATCPIT100 timer driver
  *
  * (C) Copyright 2016
  * Rick Chen, NDS32 Software Engineering, rick@andestech.com
- *
- * SPDX-License-Identifier:    GPL-2.0+
  */
 #include <common.h>
 #include <dm.h>
@@ -12,8 +11,6 @@
 #include <timer.h>
 #include <linux/io.h>
 
-DECLARE_GLOBAL_DATA_PTR;
-
 #define REG32_TMR(x)   (*(u32 *)       ((plat->regs) + (x>>2)))
 
 /*