diff options
author | Robin Getz <rgetz@blackfin.uclinux.org> | 2008-10-08 17:22:49 +0800 |
---|---|---|
committer | Bryan Wu <cooloney@kernel.org> | 2008-10-08 17:22:49 +0800 |
commit | 5e95320f9fb7a3171bb75eba15acb745c6e43805 (patch) | |
tree | 5ba817608ad746e28a0ca7ec1b5ae420cdb01315 /arch/blackfin/mm/Makefile | |
parent | 763e63c640ae799e3ce6495e71832744bffc661b (diff) |
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>
Diffstat (limited to 'arch/blackfin/mm/Makefile')
-rw-r--r-- | arch/blackfin/mm/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/blackfin/mm/Makefile b/arch/blackfin/mm/Makefile index 2a7202ce01f..81aacbc32d3 100644 --- a/arch/blackfin/mm/Makefile +++ b/arch/blackfin/mm/Makefile @@ -2,4 +2,4 @@ # arch/blackfin/mm/Makefile # -obj-y := blackfin_sram.o init.o +obj-y := sram-alloc.o init.o |