]> git.sur5r.net Git - u-boot/blobdiff - drivers/ata/dwc_ahci.c
Merge branch 'master' of git://git.denx.de/u-boot-sunxi
[u-boot] / drivers / ata / dwc_ahci.c
index 6c7371e3eddde133a504e735cb6c81f2fc1fc935..017650ae468301fd274ed098cfbcb811219dacb8 100644 (file)
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0+
 /*
  * DWC SATA platform driver
  *
@@ -5,8 +6,6 @@
  *     Texas Instruments Incorporated, <www.ti.com>
  *
  * Author: Mugunthan V N <mugunthanvnm@ti.com>
- *
- * SPDX-License-Identifier:     GPL-2.0+
  */
 
 #include <common.h>
@@ -18,8 +17,6 @@
 #include <asm/io.h>
 #include <generic-phy.h>
 
-DECLARE_GLOBAL_DATA_PTR;
-
 struct dwc_ahci_priv {
        void *base;
        void *wrapper_base;