summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Liu <r63238@freescale.com>2008-03-26 22:48:18 +0800
committerWolfgang Denk <wd@denx.de>2008-03-26 23:38:50 +0100
commit83c7f470a4ce94f33600f11ae85ce4dcf00aa90c (patch)
tree7751896186df7ef9a9fee16d96a581462bf3e422
parent9eef62804d9695425b24c87b46a61a7fa74afee0 (diff)
downloadtalos-obmc-uboot-83c7f470a4ce94f33600f11ae85ce4dcf00aa90c.tar.gz
talos-obmc-uboot-83c7f470a4ce94f33600f11ae85ce4dcf00aa90c.zip
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>
-rw-r--r--drivers/block/ata_piix.c2
-rw-r--r--drivers/block/ata_piix.h (renamed from include/sata.h)0
2 files changed, 1 insertions, 1 deletions
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
index bb1acb3878..bb1acb3878 100644
--- a/include/sata.h
+++ b/drivers/block/ata_piix.h
OpenPOWER on IntegriCloud