]> git.sur5r.net Git - u-boot/blobdiff - drivers/led/led_gpio.c
Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR
[u-boot] / drivers / led / led_gpio.c
index 997663588718f0ea5795f30535ba06d6b8ef8a2b..5e0c524aecf7b08d2151c81d2d6d7b05b67ff228 100644 (file)
@@ -12,8 +12,6 @@
 #include <asm/gpio.h>
 #include <dm/lists.h>
 
-DECLARE_GLOBAL_DATA_PTR;
-
 struct led_gpio_priv {
        struct gpio_desc gpio;
 };