From 576e7a10c4efce5f0167626ea427609994c74fdc Mon Sep 17 00:00:00 2001 From: Reinhard Meyer Date: Mon, 6 Jun 2011 00:05:56 +0000 Subject: ATMEL spi_dataflash driver - fix to build again The rework effort for ATMEL (AT91/AVR32) accidentially broke build of this driver. Fix this to make it build again. However this driver should be reworked as soon as possible! Signed-off-by: Reinhard Meyer --- drivers/spi/atmel_dataflash_spi.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/spi/atmel_dataflash_spi.c b/drivers/spi/atmel_dataflash_spi.c index 9c991e8cb..e7d3ff0ac 100644 --- a/drivers/spi/atmel_dataflash_spi.c +++ b/drivers/spi/atmel_dataflash_spi.c @@ -21,10 +21,9 @@ #include #ifndef CONFIG_AT91_LEGACY -# define CONFIG_ATMEL_LEGACY +# define CONFIG_AT91_LEGACY # warning Please update to use C structure SoC access ! #endif -#include #include #include -- cgit v1.2.3