diff options
Diffstat (limited to 'drivers/mtd/dataflash.c')
-rw-r--r-- | drivers/mtd/dataflash.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/mtd/dataflash.c b/drivers/mtd/dataflash.c index 85cbc5f..d8f78f2 100644 --- a/drivers/mtd/dataflash.c +++ b/drivers/mtd/dataflash.c @@ -19,7 +19,6 @@ */ #include <common.h> #include <config.h> -#ifdef CONFIG_HAS_DATAFLASH #include <asm/hardware.h> #include <dataflash.h> @@ -475,5 +474,3 @@ void dataflash_perror (int err) break; } } - -#endif |