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)
commit5e95320f9fb7a3171bb75eba15acb745c6e43805
tree5ba817608ad746e28a0ca7ec1b5ae420cdb01315
parent763e63c640ae799e3ce6495e71832744bffc661b
Blackfin arch: rename blackfin_sram.c to sram-alloc.c

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>
arch/blackfin/mm/Makefile
arch/blackfin/mm/sram-alloc.c [moved from arch/blackfin/mm/blackfin_sram.c with 96% similarity]