]> git.sur5r.net Git - u-boot/blobdiff - drivers/power/regulator/lp873x_regulator.c
Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR
[u-boot] / drivers / power / regulator / lp873x_regulator.c
index 11371a7b8baaa2891f3aabc85ca62cb54c85f6c1..ba2dbd71d18e86370140b1319ad6263ef04aba3e 100644 (file)
@@ -16,8 +16,6 @@
 #include <power/regulator.h>
 #include <power/lp873x.h>
 
-DECLARE_GLOBAL_DATA_PTR;
-
 static const char lp873x_buck_ctrl[LP873X_BUCK_NUM] = {0x2, 0x4};
 static const char lp873x_buck_volt[LP873X_BUCK_NUM] = {0x6, 0x7};
 static const char lp873x_ldo_ctrl[LP873X_LDO_NUM] = {0x8, 0x9};