diff options
author | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | 2008-08-13 01:40:39 +0200 |
---|---|---|
committer | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | 2008-08-13 01:40:39 +0200 |
commit | 1a02806c4b1b4a09ad4e95d3aac3783889e5f8d7 (patch) | |
tree | 93ac24050e6c46e8ebeb4086548e5f94bf7911fd /drivers/block/ahci.c | |
parent | 1a6ffbfaf4353bec379ed1fcfc54b6f1a30af09a (diff) | |
download | u-boot-imx-1a02806c4b1b4a09ad4e95d3aac3783889e5f8d7.zip u-boot-imx-1a02806c4b1b4a09ad4e95d3aac3783889e5f8d7.tar.gz u-boot-imx-1a02806c4b1b4a09ad4e95d3aac3783889e5f8d7.tar.bz2 |
drivers/block: Move conditional compilation to Makefile
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Diffstat (limited to 'drivers/block/ahci.c')
-rw-r--r-- | drivers/block/ahci.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/block/ahci.c b/drivers/block/ahci.c index 3d82c62..52fd108 100644 --- a/drivers/block/ahci.c +++ b/drivers/block/ahci.c @@ -26,8 +26,6 @@ */ #include <common.h> -#ifdef CONFIG_SCSI_AHCI - #include <command.h> #include <pci.h> #include <asm/processor.h> @@ -700,4 +698,3 @@ void scsi_print_error(ccb * pccb) { /*The ahci error info can be read in the ahci driver*/ } -#endif |