mm: vmscan: Fix up build warning
authorAndy Green <andy.green@linaro.org>
Tue, 6 Aug 2013 02:48:32 +0000 (19:48 -0700)
committerJohn Stultz <john.stultz@linaro.org>
Tue, 6 Aug 2013 02:48:50 +0000 (19:48 -0700)
commit8c02283ab5983c9f6ef278faa5b803b22e864a41
tree8a7bf03e5a9a6de79bcaf4382258b78914950850
parentbb00c9ddc5f63be7bb5893ee6aaeabd1f059130f
mm: vmscan: Fix up build warning

There's an unused var warning

/projects/linaro/linux-2.6/mm/vmscan.c: In function ‘debug_shrinker_show’:
/projects/linaro/linux-2.6/mm/vmscan.c:170:8: warning: unused variable ‘name’ [-Wunused-variable]

introduced from this patch from androidization
series -->

commit ad42da0cc73761e405128e71c58eda40c25367d4
Author: Rebecca Schultz Zavin <rebecca@android.com>
Date:   Fri Oct 5 13:54:59 2012 -0700

    mm: vmscan: Add a debug file for shrinkers

this patch cleans it out

Signed-off-by: Andy Green <andy.green@linaro.org>
Signed-off-by: John Stultz <john.stultz@linaro.org>
mm/vmscan.c