summaryrefslogtreecommitdiffstats
path: root/drivers/block/fsl_sata.c
diff options
context:
space:
mode:
authorPavel Herrmann <morpheus.ibis@gmail.com>2012-09-27 23:18:04 +0000
committerTom Rini <trini@ti.com>2012-10-15 11:54:03 -0700
commite46a4350b484cf7bc4ab861967bf303fc439c9e0 (patch)
tree00a89574f7dd8a12f82e08945ab567edfaa636d3 /drivers/block/fsl_sata.c
parent4ac8f8e022dad149f47a369e60e536b356f14493 (diff)
downloadblackbird-obmc-uboot-e46a4350b484cf7bc4ab861967bf303fc439c9e0.tar.gz
blackbird-obmc-uboot-e46a4350b484cf7bc4ab861967bf303fc439c9e0.zip
sata.h: Make all sata/ata drivers include <sata.h>
- 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 <sata.h> - Remove now duplicate declarations from driver-specific headers. Signed-off-by: Tom Rini <trini@ti.com> Signed-off-by: Pavel Herrmann <morpheus.ibis@gmail.com>
Diffstat (limited to 'drivers/block/fsl_sata.c')
-rw-r--r--drivers/block/fsl_sata.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/block/fsl_sata.c b/drivers/block/fsl_sata.c
index ed4647f837..fda3389e8b 100644
--- a/drivers/block/fsl_sata.c
+++ b/drivers/block/fsl_sata.c
@@ -26,10 +26,9 @@
#include <malloc.h>
#include <libata.h>
#include <fis.h>
+#include <sata.h>
#include "fsl_sata.h"
-extern block_dev_desc_t sata_dev_desc[CONFIG_SYS_SATA_MAX_DEVICE];
-
#ifndef CONFIG_SYS_SATA1_FLAGS
#define CONFIG_SYS_SATA1_FLAGS FLAGS_DMA
#endif
OpenPOWER on IntegriCloud