]> git.sur5r.net Git - u-boot/blobdiff - drivers/spi/sandbox_spi.c
Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR
[u-boot] / drivers / spi / sandbox_spi.c
index 092b13b00bf65e8153b7cc8394da2d757057cd69..75ba6a1ed7ef2000cf691dbd4c19ae7181798b50 100644 (file)
@@ -20,8 +20,6 @@
 #include <asm/state.h>
 #include <dm/device-internal.h>
 
-DECLARE_GLOBAL_DATA_PTR;
-
 #ifndef CONFIG_SPI_IDLE_VAL
 # define CONFIG_SPI_IDLE_VAL 0xFF
 #endif