]> git.sur5r.net Git - u-boot/blobdiff - drivers/clk/clk_zynqmp.c
SPDX: Convert all of our single license tags to Linux Kernel style
[u-boot] / drivers / clk / clk_zynqmp.c
index d0d6c898bc58c34a92a8ad569a18208e08c49df0..a9e45007054036a1bed0f502a029958d10e11d3b 100644 (file)
@@ -1,9 +1,8 @@
+// SPDX-License-Identifier: GPL-2.0+
 /*
  * ZynqMP clock driver
  *
  * Copyright (C) 2016 Xilinx, Inc.
- *
- * SPDX-License-Identifier:     GPL-2.0+
  */
 
 #include <common.h>
@@ -13,8 +12,6 @@
 #include <asm/arch/sys_proto.h>
 #include <dm.h>
 
-DECLARE_GLOBAL_DATA_PTR;
-
 static const resource_size_t zynqmp_crf_apb_clkc_base = 0xfd1a0020;
 static const resource_size_t zynqmp_crl_apb_clkc_base = 0xff5e0020;