]> git.sur5r.net Git - u-boot/blobdiff - drivers/mailbox/tegra-hsp.c
gpio: omap_gpio: Convert to auto-alloc feature when DT is supported
[u-boot] / drivers / mailbox / tegra-hsp.c
index bd2ec411c7587da31ef0f4d82bfbaa13d6d01031..9bee886561c5296cdd8a226ef7d6e1478db0c9bd 100644 (file)
@@ -1,7 +1,6 @@
+// SPDX-License-Identifier: GPL-2.0
 /*
  * Copyright (c) 2016, NVIDIA CORPORATION.
- *
- * SPDX-License-Identifier: GPL-2.0
  */
 
 #include <common.h>
@@ -36,8 +35,6 @@ struct tegra_hsp {
        uint32_t db_base;
 };
 
-DECLARE_GLOBAL_DATA_PTR;
-
 static uint32_t *tegra_hsp_reg(struct tegra_hsp *thsp, uint32_t db_id,
                               uint32_t reg)
 {