diff options
author | YueHaibing <[email protected]> | 2019-06-04 07:19:57 +0100 |
---|---|---|
committer | Russell King <[email protected]> | 2019-06-20 22:29:59 +0100 |
commit | e6c4375f7c9293ffa65469d16f8ebd2586cb03f2 (patch) | |
tree | fa98c68f08f8e5ecc74944217c7d959944b38adb /scripts/gdb/linux/tasks.py | |
parent | 5f41f9198f296091c6a58bc2e86af1e9f019b2a3 (diff) |
ARM: 8865/1: mm: remove unused variables
Fix gcc warnings:
arch/arm/mm/init.c: In function 'mem_init':
arch/arm/mm/init.c:456:13: warning: unused variable 'itcm_end' [-Wunused-variable]
extern u32 itcm_end;
^
arch/arm/mm/init.c:455:13: warning: unused variable 'dtcm_end' [-Wunused-variable]
extern u32 dtcm_end;
^
They are not used any more since
commit 1c31d4e96b8c ("ARM: 8820/1: mm: Stop printing the virtual memory layout")
Link: https://lkml.org/lkml/2019/5/12/82
Signed-off-by: YueHaibing <[email protected]>
Reviewed-by: Geert Uytterhoeven <[email protected]>
Reviewed-by: Krzysztof Kozlowski <[email protected]>
Signed-off-by: Russell King <[email protected]>
Diffstat (limited to 'scripts/gdb/linux/tasks.py')
0 files changed, 0 insertions, 0 deletions