]> 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 6035e2095996469a7ca26f07d7c71c29dcad0c0e..a879b008ffd692b98049ff4de2ed557465f0848c 100644 (file)
@@ -1,15 +1,11 @@
+// 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/device.h>
-#include <dm/root.h>
-
-DECLARE_GLOBAL_DATA_PTR;
+#include <dm.h>
 
 static const struct udevice_id at91_sckc_match[] = {
        { .compatible = "atmel,at91sam9x5-sckc" },