commit | 36deb0be314702627aeae1f5737fc84d01dc26c6 | [log] [tgz] |
---|---|---|
author | Namhyung Kim <namhyung@gmail.com> | Tue Oct 26 14:22:04 2010 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Tue Oct 26 16:52:10 2010 -0700 |
tree | d6f68a2333bcb706921bd47e2fc3813c18487916 | |
parent | 92c09c041f15fc88b35f8628e07639f52e1fbb38 [diff] |
vmstat: include compaction.h when CONFIG_COMPACTION This removes following warning from sparse: mm/vmstat.c:466:5: warning: symbol 'fragmentation_index' was not declared. Should it be static? [akpm@linux-foundation.org: move the include to top-of-file] Signed-off-by: Namhyung Kim <namhyung@gmail.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>