diff options
author | Mike Frysinger <vapier.adi@gmail.com> | 2009-04-06 22:00:33 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2009-04-07 11:31:04 -0400 |
commit | a42e809aa3150cf03698e10e57eb067dac6805a3 (patch) | |
tree | 6117e8d8dcbd55b4f06d1ce171ef73a1764f9520 /drivers/spi/spi_bfin5xx.c | |
parent | 7513e006c64fbe2f43aef2139c8c1f2b1a9cb6b9 (diff) |
Blackfin SPI Driver: remove useless <asm/cplbinit.h>
We already moved bfin_addr_dcachable() and friends into the cacheflush
header where it belongs, so don't need to include <asm/cplbinit.h> here.
Signed-off-by: Mike Frysinger <vapier.adi@gmail.com>
Signed-off-by: Bryan Wu <cooloney@kernel.org>
Acked-by: David Brownell <dbrownell@users.sourceforge.net>
Cc: David Brownell <david-b@pacbell.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/spi/spi_bfin5xx.c')
-rw-r--r-- | drivers/spi/spi_bfin5xx.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/spi/spi_bfin5xx.c b/drivers/spi/spi_bfin5xx.c index a3e06283f74d..7ccd18a11fad 100644 --- a/drivers/spi/spi_bfin5xx.c +++ b/drivers/spi/spi_bfin5xx.c | |||
@@ -25,9 +25,6 @@ | |||
25 | #include <asm/dma.h> | 25 | #include <asm/dma.h> |
26 | #include <asm/portmux.h> | 26 | #include <asm/portmux.h> |
27 | #include <asm/bfin5xx_spi.h> | 27 | #include <asm/bfin5xx_spi.h> |
28 | |||
29 | /* reserved_mem_dcache_on and cache friends */ | ||
30 | #include <asm/cplbinit.h> | ||
31 | #include <asm/cacheflush.h> | 28 | #include <asm/cacheflush.h> |
32 | 29 | ||
33 | #define DRV_NAME "bfin-spi" | 30 | #define DRV_NAME "bfin-spi" |