Blackfin SPI Driver: remove useless <asm/cplbinit.h>
authorMike Frysinger <vapier.adi@gmail.com>
Tue, 7 Apr 2009 02:00:33 +0000 (19:00 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 7 Apr 2009 15:31:04 +0000 (08:31 -0700)
commita42e809aa3150cf03698e10e57eb067dac6805a3
tree6117e8d8dcbd55b4f06d1ce171ef73a1764f9520
parent7513e006c64fbe2f43aef2139c8c1f2b1a9cb6b9
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>
drivers/spi/spi_bfin5xx.c