]> git.sur5r.net Git - u-boot/blobdiff - drivers/video/simple_panel.c
Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR
[u-boot] / drivers / video / simple_panel.c
index c0ce199c6af069ad1f8cc26fc44d127d1bd4ef38..8824f47e2ea75a0d109a60f9dd0eea89d396046e 100644 (file)
@@ -12,8 +12,6 @@
 #include <asm/gpio.h>
 #include <power/regulator.h>
 
-DECLARE_GLOBAL_DATA_PTR;
-
 struct simple_panel_priv {
        struct udevice *reg;
        struct udevice *backlight;