diff options
Diffstat (limited to 'drivers/misc/spltest_sandbox.c')
-rw-r--r-- | drivers/misc/spltest_sandbox.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/misc/spltest_sandbox.c b/drivers/misc/spltest_sandbox.c index 1fef8252ab..24aba78882 100644 --- a/drivers/misc/spltest_sandbox.c +++ b/drivers/misc/spltest_sandbox.c @@ -9,8 +9,6 @@ #include <dm.h> #include <dt-structs.h> -DECLARE_GLOBAL_DATA_PTR; - static int sandbox_spl_probe(struct udevice *dev) { struct dtd_sandbox_spl_test *plat = dev_get_platdata(dev); |