]> Git Repo - u-boot.git/blobdiff - drivers/power/regulator/max77686.c
SPDX: Convert all of our single license tags to Linux Kernel style
[u-boot.git] / drivers / power / regulator / max77686.c
index 2212d36ed6a91a0324c93b29f9cc788c52717988..752dc88c401ed90676904085747dea381ff98469 100644 (file)
@@ -1,10 +1,9 @@
+// SPDX-License-Identifier: GPL-2.0+
 /*
  *  Copyright (C) 2012-2015 Samsung Electronics
  *
  *  Rajeshwari Shinde <[email protected]>
  *  Przemyslaw Marczak <[email protected]>
- *
- * SPDX-License-Identifier:    GPL-2.0+
  */
 
 #include <common.h>
@@ -16,8 +15,6 @@
 #include <power/regulator.h>
 #include <power/max77686_pmic.h>
 
-DECLARE_GLOBAL_DATA_PTR;
-
 #define MODE(_id, _val, _name) { \
        .id = _id, \
        .register_value = _val, \
This page took 0.026697 seconds and 4 git commands to generate.