summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Jones2006-09-29 11:00:14 +0200
committerLinus Torvalds2006-09-29 18:18:13 +0200
commit3ca212b813299899d2968aa0a24a797c3746f5ec (patch)
tree2f3718cb7ae02da400def2c49cb9b5a691b004ef
parent[PATCH] fix wrong error code on interrupted close syscalls (diff)
downloadkernel-qcow2-linux-3ca212b813299899d2968aa0a24a797c3746f5ec.tar.gz
kernel-qcow2-linux-3ca212b813299899d2968aa0a24a797c3746f5ec.tar.xz
kernel-qcow2-linux-3ca212b813299899d2968aa0a24a797c3746f5ec.zip
[PATCH] Remove another config.h
After the asm/ uses of #include <linux/config.h> this one is the next biggest source of noise. Signed-off-by: Dave Jones <davej@redhat.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
-rw-r--r--include/linux/vmstat.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/vmstat.h b/include/linux/vmstat.h
index 176c7f797339..c89df55f6e03 100644
--- a/include/linux/vmstat.h
+++ b/include/linux/vmstat.h
@@ -3,7 +3,6 @@
#include <linux/types.h>
#include <linux/percpu.h>
-#include <linux/config.h>
#include <linux/mmzone.h>
#include <asm/atomic.h>