diff options
author | Dave Jones <davej@redhat.com> | 2006-09-29 02:00:14 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-09-29 09:18:13 -0700 |
commit | 3ca212b813299899d2968aa0a24a797c3746f5ec (patch) | |
tree | 2f3718cb7ae02da400def2c49cb9b5a691b004ef /include/linux/vmstat.h | |
parent | ee731f4f7880b09ca147008ab46ad4e5f72cb8bf (diff) |
[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>
Diffstat (limited to 'include/linux/vmstat.h')
-rw-r--r-- | include/linux/vmstat.h | 1 |
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> |