Blackfin arch: rename blackfin_sram.c to sram-alloc.c
authorRobin Getz <rgetz@blackfin.uclinux.org>
Wed, 8 Oct 2008 09:22:49 +0000 (17:22 +0800)
committerBryan Wu <cooloney@kernel.org>
Wed, 8 Oct 2008 09:22:49 +0000 (17:22 +0800)
rename blackfin_sram.c to sram-alloc.c (we know it is a blackfin file,
since it is in arch/blackfin) - and there is no "driver" code in there,
it is just an allocator/deallocator for L1 and L2 sram.

Also fix a problem that checkpatch pointed out

Signed-off-by: Robin Getz <rgetz@blackfin.uclinux.org>
Signed-off-by: Bryan Wu <cooloney@kernel.org>

No differences found