]> git.sur5r.net Git - u-boot/blobdiff - drivers/spi/tegra114_spi.c
ARM: socfpga: Clean up Kconfig entries
[u-boot] / drivers / spi / tegra114_spi.c
index 04b4fce0612bbd14221f595ae3e65d73beb22e0f..5c35c22592cf0df5bbcf96c0dec67fdf44a911e7 100644 (file)
@@ -1,9 +1,8 @@
+// SPDX-License-Identifier: GPL-2.0
 /*
  * NVIDIA Tegra SPI controller (T114 and later)
  *
  * Copyright (c) 2010-2013 NVIDIA Corporation
- *
- * SPDX-License-Identifier:    GPL-2.0
  */
 
 #include <common.h>
@@ -14,8 +13,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)