X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=drivers%2Fblock%2Fsata_dwc.c;h=9e8b067cdc890ca77f653173455ab3006501ccca;hb=11709e7af121b59b45d3a15bfefba34898274396;hp=49288a7ba3b6c7074ab0f96724f08ffac46a6b1f;hpb=18122019972ca639ee3b581257e3a63ff7c8efeb;p=u-boot diff --git a/drivers/block/sata_dwc.c b/drivers/block/sata_dwc.c index 49288a7ba3..9e8b067cdc 100644 --- a/drivers/block/sata_dwc.c +++ b/drivers/block/sata_dwc.c @@ -12,12 +12,7 @@ * Copyright 2006 Applied Micro Circuits Corporation * COPYRIGHT (C) 2005 SYNOPSYS, INC. ALL RIGHTS RESERVED * - * This program is free software; you can redistribute - * it and/or modify it under the terms of the GNU - * General Public License as published by the - * Free Software Foundation; either version 2 of the License, - * or (at your option) any later version. - * + * SPDX-License-Identifier: GPL-2.0+ */ /* * SATA support based on the chip canyonlands. @@ -428,6 +423,11 @@ int init_sata(int dev) return rc; } +int reset_sata(int dev) +{ + return 0; +} + static u8 ata_check_altstatus(struct ata_port *ap) { u8 val = 0;