From a42e809aa3150cf03698e10e57eb067dac6805a3 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Mon, 6 Apr 2009 19:00:33 -0700 Subject: [PATCH] Blackfin SPI Driver: remove useless We already moved bfin_addr_dcachable() and friends into the cacheflush header where it belongs, so don't need to include here. Signed-off-by: Mike Frysinger Signed-off-by: Bryan Wu Acked-by: David Brownell Cc: David Brownell Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- drivers/spi/spi_bfin5xx.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/drivers/spi/spi_bfin5xx.c b/drivers/spi/spi_bfin5xx.c index a3e06283f74..7ccd18a11fa 100644 --- a/drivers/spi/spi_bfin5xx.c +++ b/drivers/spi/spi_bfin5xx.c @@ -25,9 +25,6 @@ #include #include #include - -/* reserved_mem_dcache_on and cache friends */ -#include #include #define DRV_NAME "bfin-spi" -- 2.11.4.GIT