]> git.sur5r.net Git - u-boot/blobdiff - drivers/power/pmic/lp87565.c
ARM: socfpga: Repair A10 EMAC reset handling
[u-boot] / drivers / power / pmic / lp87565.c
index 506769e362673608b27aee1358a76b544e8d14b5..450dbb8a780537a3c1c23b19ba19722644c6dcc0 100644 (file)
@@ -1,8 +1,7 @@
+// SPDX-License-Identifier: GPL-2.0+
 /*
  * (C) Copyright 2017 Texas Instruments Incorporated, <www.ti.com>
  * Keerthy <j-keerthy@ti.com>
- *
- * SPDX-License-Identifier:    GPL-2.0+
  */
 
 #include <common.h>
@@ -15,8 +14,6 @@
 #include <power/lp87565.h>
 #include <dm/device.h>
 
-DECLARE_GLOBAL_DATA_PTR;
-
 static const struct pmic_child_info pmic_children_info[] = {
        { .prefix = "buck", .driver = LP87565_BUCK_DRIVER },
        { },