diff options
Diffstat (limited to 'drivers/power/regulator/sandbox.c')
-rw-r--r-- | drivers/power/regulator/sandbox.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/power/regulator/sandbox.c b/drivers/power/regulator/sandbox.c index f980a17389..ab30c50fcc 100644 --- a/drivers/power/regulator/sandbox.c +++ b/drivers/power/regulator/sandbox.c @@ -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, \ |