]> git.sur5r.net Git - u-boot/blobdiff - drivers/power/regulator/sandbox.c
Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR
[u-boot] / drivers / power / regulator / sandbox.c
index f980a17389ebbec62be112cdd442e99cb0812697..ab30c50fcc522e45b11ebd31b101b6ee70177ba5 100644 (file)
@@ -14,8 +14,6 @@
 #include <power/regulator.h>
 #include <power/sandbox_pmic.h>
 
-DECLARE_GLOBAL_DATA_PTR;
-
 #define MODE(_id, _val, _name) [_id] = {  \
        .id = _id,                \
        .register_value = _val,   \