From e46a4350b484cf7bc4ab861967bf303fc439c9e0 Mon Sep 17 00:00:00 2001 From: Pavel Herrmann Date: Thu, 27 Sep 2012 23:18:04 +0000 Subject: sata.h: Make all sata/ata drivers include - block_dev_desc_t says that block_(read|write) take lbaint_t for blkcnt not ulong. - We also move the extern of sata_dev_desc into - Remove now duplicate declarations from driver-specific headers. Signed-off-by: Tom Rini Signed-off-by: Pavel Herrmann --- drivers/block/dwc_ahsata.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'drivers/block/dwc_ahsata.h') diff --git a/drivers/block/dwc_ahsata.h b/drivers/block/dwc_ahsata.h index 84860ea..4dac5dc 100644 --- a/drivers/block/dwc_ahsata.h +++ b/drivers/block/dwc_ahsata.h @@ -330,6 +330,4 @@ #define READ_CMD 0 #define WRITE_CMD 1 -extern block_dev_desc_t sata_dev_desc[CONFIG_SYS_SATA_MAX_DEVICE]; - #endif /* __FSL_SATA_H__ */ -- cgit v1.1