]> git.sur5r.net Git - u-boot/blobdiff - drivers/cpu/cpu-uclass.c
clk: Add Actions Semi OWL clock support
[u-boot] / drivers / cpu / cpu-uclass.c
index 73e4853939e0a97ae0cb02ac39553f203c0ffd8e..f362eb11e7220ab7b9ae370f14a82c64a2e7cff9 100644 (file)
@@ -1,8 +1,7 @@
+// SPDX-License-Identifier: GPL-2.0+
 /*
  * Copyright (C) 2015 Google, Inc
  * Written by Simon Glass <sjg@chromium.org>
- *
- * SPDX-License-Identifier:    GPL-2.0+
  */
 
 #include <common.h>
@@ -12,8 +11,6 @@
 #include <dm/lists.h>
 #include <dm/root.h>
 
-DECLARE_GLOBAL_DATA_PTR;
-
 int cpu_get_desc(struct udevice *dev, char *buf, int size)
 {
        struct cpu_ops *ops = cpu_get_ops(dev);