From: Dave Liu <r63238@freescale.com>
Date: Wed, 26 Mar 2008 14:48:18 +0000 (+0800)
Subject: ata: merge the header of ata_piix driver
X-Git-Tag: v2025.01-rc5-pxa1908~22340
X-Git-Url: http://git.dujemihanovic.xyz/repo?a=commitdiff_plain;h=83c7f470a4ce94f33600f11ae85ce4dcf00aa90c;p=u-boot.git

ata: merge the header of ata_piix driver

move the sata.h from include/ to drivers/block/ata_piix.h

Signed-off-by: Dave Liu <daveliu@freescale.com>
---

diff --git a/drivers/block/ata_piix.c b/drivers/block/ata_piix.c
index 806ec1a3fc..9ba69189a5 100644
--- a/drivers/block/ata_piix.c
+++ b/drivers/block/ata_piix.c
@@ -41,7 +41,7 @@
 
 #define SATA_DECL
 #define DRV_DECL		/*For file specific declarations */
-#include <sata.h>
+#include "ata_piix.h"
 
 /*Macros realted to PCI*/
 #define PCI_SATA_BUS	0x00
diff --git a/include/sata.h b/drivers/block/ata_piix.h
similarity index 100%
rename from include/sata.h
rename to drivers/block/ata_piix.h