]> git.sur5r.net Git - u-boot/blobdiff - drivers/clk/at91/sckc.c
SPDX: Convert all of our single license tags to Linux Kernel style
[u-boot] / drivers / clk / at91 / sckc.c
index 0c0881237cba81b9f432382797c7e0f139fa0b1c..a879b008ffd692b98049ff4de2ed557465f0848c 100644 (file)
@@ -1,15 +1,12 @@
+// SPDX-License-Identifier: GPL-2.0+
 /*
  * Copyright (C) 2016 Atmel Corporation
  *               Wenyou.Yang <wenyou.yang@atmel.com>
- *
- * SPDX-License-Identifier:    GPL-2.0+
  */
 
 #include <common.h>
 #include <dm.h>
 
-DECLARE_GLOBAL_DATA_PTR;
-
 static const struct udevice_id at91_sckc_match[] = {
        { .compatible = "atmel,at91sam9x5-sckc" },
        {}