summaryrefslogtreecommitdiffstats
path: root/mm/vmstat.c
diff options
context:
space:
mode:
authorAdrian Bunk2008-07-24 06:27:03 +0200
committerLinus Torvalds2008-07-24 19:47:14 +0200
commitc748e1340e0de3fa7fed86f8bdf499be9242afff (patch)
tree864d3133bb8c3f73615497ef1fc557fcf93e5f1b /mm/vmstat.c
parentmm/migrate.c should #include <linux/syscalls.h> (diff)
downloadkernel-qcow2-linux-c748e1340e0de3fa7fed86f8bdf499be9242afff.tar.gz
kernel-qcow2-linux-c748e1340e0de3fa7fed86f8bdf499be9242afff.tar.xz
kernel-qcow2-linux-c748e1340e0de3fa7fed86f8bdf499be9242afff.zip
mm/vmstat.c: proper externs
This patch adds proper extern declarations for five variables in include/linux/vmstat.h Signed-off-by: Adrian Bunk <bunk@kernel.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'mm/vmstat.c')
-rw-r--r--mm/vmstat.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/mm/vmstat.c b/mm/vmstat.c
index c3d4a781802f..b0d08e667ece 100644
--- a/mm/vmstat.c
+++ b/mm/vmstat.c
@@ -13,6 +13,7 @@
#include <linux/err.h>
#include <linux/module.h>
#include <linux/cpu.h>
+#include <linux/vmstat.h>
#include <linux/sched.h>
#ifdef CONFIG_VM_EVENT_COUNTERS