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>
Fri, 18 Oct 2013 02:43:12 +0000 (19:43 -0700)
commit1f518e8958dfb9dd6248a920f7219e066a0a84b4
treedf7cd5c3b4ecc91d43e71660a84c8eea05b2069a
parentde95de8f56ea0740944a18f500d50b41543e50af
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