diff options
| author | Dave Liu <r63238@freescale.com> | 2008-03-26 22:48:18 +0800 | 
|---|---|---|
| committer | Wolfgang Denk <wd@denx.de> | 2008-03-26 23:38:50 +0100 | 
| commit | 83c7f470a4ce94f33600f11ae85ce4dcf00aa90c (patch) | |
| tree | 7751896186df7ef9a9fee16d96a581462bf3e422 | |
| parent | 9eef62804d9695425b24c87b46a61a7fa74afee0 (diff) | |
| download | olio-uboot-2014.01-83c7f470a4ce94f33600f11ae85ce4dcf00aa90c.tar.xz olio-uboot-2014.01-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.c | 2 | ||||
| -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 806ec1a3f..9ba69189a 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 bb1acb387..bb1acb387 100644 --- a/include/sata.h +++ b/drivers/block/ata_piix.h |