]> git.sur5r.net Git - u-boot/blobdiff - drivers/spi/tegra114_spi.c
Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR
[u-boot] / drivers / spi / tegra114_spi.c
index 04b4fce0612bbd14221f595ae3e65d73beb22e0f..faf609bba5cb4794922e7f90ca7d33258dad191f 100644 (file)
@@ -14,8 +14,6 @@
 #include <spi.h>
 #include "tegra_spi.h"
 
-DECLARE_GLOBAL_DATA_PTR;
-
 /* COMMAND1 */
 #define SPI_CMD1_GO                    BIT(31)
 #define SPI_CMD1_M_S                   BIT(30)