]> git.sur5r.net Git - u-boot/blobdiff - test/dm/regulator.c
avb2.0: implement AVB ops
[u-boot] / test / dm / regulator.c
index 395381d4bd2f2b0902766ac47c7fd425d13b6e35..5d11e946b29284a816cac394e2066ccc5c9559ac 100644 (file)
@@ -1,10 +1,9 @@
+// SPDX-License-Identifier: GPL-2.0+
 /*
  * Tests for the driver model regulator API
  *
  * Copyright (c) 2015 Samsung Electronics
  * Przemyslaw Marczak <p.marczak@samsung.com>
- *
- * SPDX-License-Identifier:    GPL-2.0+
  */
 
 #include <common.h>
@@ -22,8 +21,6 @@
 #include <power/sandbox_pmic.h>
 #include <test/ut.h>
 
-DECLARE_GLOBAL_DATA_PTR;
-
 enum {
        BUCK1,
        BUCK2,