diff options
Diffstat (limited to 'test/dm/pwm.c')
-rw-r--r-- | test/dm/pwm.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/dm/pwm.c b/test/dm/pwm.c index 6b2dedf6cc..cccd1ad162 100644 --- a/test/dm/pwm.c +++ b/test/dm/pwm.c @@ -10,8 +10,6 @@ #include <dm/test.h> #include <test/ut.h> -DECLARE_GLOBAL_DATA_PTR; - /* Basic test of the pwm uclass */ static int dm_test_pwm_base(struct unit_test_state *uts) { |