diff options
author | Jean-Christophe PLAGNIOL-VILLARD | 2008-08-13 01:40:39 +0200 |
---|---|---|
committer | Jean-Christophe PLAGNIOL-VILLARD | 2008-08-13 01:40:39 +0200 |
commit | 1a02806c4b1b4a09ad4e95d3aac3783889e5f8d7 (patch) | |
tree | 93ac24050e6c46e8ebeb4086548e5f94bf7911fd /drivers/block/systemace.c | |
parent | 1a6ffbfaf4353bec379ed1fcfc54b6f1a30af09a (diff) |
drivers/block: Move conditional compilation to Makefile
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Diffstat (limited to 'drivers/block/systemace.c')
-rw-r--r-- | drivers/block/systemace.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/block/systemace.c b/drivers/block/systemace.c index 7d82c27c6ed..dfaab528bf4 100644 --- a/drivers/block/systemace.c +++ b/drivers/block/systemace.c @@ -44,8 +44,6 @@ #include <part.h> #include <asm/io.h> -#ifdef CONFIG_SYSTEMACE - /* * The ace_readw and writew functions read/write 16bit words, but the * offset value is the BYTE offset as most used in the Xilinx @@ -255,4 +253,3 @@ static unsigned long systemace_read(int dev, unsigned long start, return blkcnt; } -#endif /* CONFIG_SYSTEMACE */ |