]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - drivers/block/sata_dwc.c
net: cosmetic: Clean up CDP variables and functions
[karo-tx-uboot.git] / drivers / block / sata_dwc.c
index 49288a7ba3b6c7074ab0f96724f08ffac46a6b1f..9e8b067cdc890ca77f653173455ab3006501ccca 100644 (file)
  *          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;