]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
ata: merge the header of ata_piix driver
authorDave Liu <r63238@freescale.com>
Wed, 26 Mar 2008 14:48:18 +0000 (22:48 +0800)
committerWolfgang Denk <wd@denx.de>
Wed, 26 Mar 2008 22:38:50 +0000 (23:38 +0100)
move the sata.h from include/ to drivers/block/ata_piix.h

Signed-off-by: Dave Liu <daveliu@freescale.com>
drivers/block/ata_piix.c
drivers/block/ata_piix.h [moved from include/sata.h with 100% similarity]

index 806ec1a3fcbbc0a050292965e9828dcf5ab8db47..9ba69189a5bbbc0612f4892e74d760c900eaccfc 100644 (file)
@@ -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
similarity index 100%
rename from include/sata.h
rename to drivers/block/ata_piix.h