diff options
Diffstat (limited to 'board/highbank')
-rw-r--r-- | board/highbank/ahci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/highbank/ahci.c b/board/highbank/ahci.c index 1578a33fd1a..dadfbdd3155 100644 --- a/board/highbank/ahci.c +++ b/board/highbank/ahci.c @@ -172,7 +172,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; |