]> git.sur5r.net Git - u-boot/blobdiff - drivers/gpio/imx_rgpio2p.c
SPDX: Convert all of our single license tags to Linux Kernel style
[u-boot] / drivers / gpio / imx_rgpio2p.c
index 7825714e8003c0e92573c11673013de58034e909..1e876f69147761ea906c96e581f0b8d201c3ec31 100644 (file)
@@ -1,9 +1,8 @@
+// SPDX-License-Identifier: GPL-2.0+
 /*
  * Copyright 2016 Freescale Semiconductor, Inc.
  *
  * RGPIO2P driver for the Freescale i.MX7ULP.
- *
- * SPDX-License-Identifier:    GPL-2.0+
  */
 
 #include <common.h>
@@ -14,8 +13,6 @@
 #include <asm/io.h>
 #include <malloc.h>
 
-DECLARE_GLOBAL_DATA_PTR;
-
 enum imx_rgpio2p_direction {
        IMX_RGPIO2P_DIRECTION_IN,
        IMX_RGPIO2P_DIRECTION_OUT,