]> git.sur5r.net Git - u-boot/blobdiff - drivers/gpio/sandbox.c
Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR
[u-boot] / drivers / gpio / sandbox.c
index 2a18f328576a6e6cc521eefa45b756581268d149..02f2a245b8ea0807fa17493c9e83237629258279 100644 (file)
@@ -11,8 +11,6 @@
 #include <dm/of.h>
 #include <dt-bindings/gpio/gpio.h>
 
-DECLARE_GLOBAL_DATA_PTR;
-
 /* Flags for each GPIO */
 #define GPIOF_OUTPUT   (1 << 0)        /* Currently set as an output */
 #define GPIOF_HIGH     (1 << 1)        /* Currently set high */