Merge branch 'master' of git://git.denx.de/u-boot-ubi
[oweals/u-boot.git] / board / highbank / ahci.c
index 1578a33fd1ab77da55612b5c68991fa1c0c48473..49cd117e3c5604a9b5d7f7a5bb9a31c2e68fac9c 100644 (file)
@@ -1,7 +1,6 @@
+// SPDX-License-Identifier: GPL-2.0+
 /*
  * Copyright 2012 Calxeda, Inc.
- *
- * SPDX-License-Identifier:    GPL-2.0+
  */
 
 #include <common.h>
@@ -172,7 +171,7 @@ static void cphy_override_lane(u8 port)
 
 #define WAIT_MS_LINKUP 4
 
-int ahci_link_up(struct ahci_probe_ent *probe_ent, int port)
+int ahci_link_up(struct ahci_uc_priv *probe_ent, int port)
 {
        u32 tmp;
        int j = 0;