diff options
| author | Sudip Mukherjee <[email protected]> | 2016-03-15 14:52:52 -0700 |
|---|---|---|
| committer | Linus Torvalds <[email protected]> | 2016-03-15 16:55:16 -0700 |
| commit | 3701dc815117e0317f6fcf062ff8a28cd171ce44 (patch) | |
| tree | 21683f1b81d4ccc412c56df0cf2c98cc6573bb64 /tools/perf/scripts/python | |
| parent | 25528213fe9f75f4e286f08d35a73ca2bb634a50 (diff) | |
m32r: mm: fix build warning
While building we are getting warnings:
arch/m32r/mm/init.c:63:17: warning: unused variable 'low'
arch/m32r/mm/init.c:62:17: warning: unused variable 'max_dma'
max_dma and low are only used if CONFIG_MMU is defined. Lets declare
the variables inside the #ifdef.
Signed-off-by: Sudip Mukherjee <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions