aboutsummaryrefslogtreecommitdiff
path: root/include/linux/mmdebug.h
diff options
context:
space:
mode:
authorGravatar Sam Ravnborg <sam@ravnborg.org> 2009-10-18 00:39:40 +0200
committerGravatar Michal Marek <mmarek@suse.cz> 2009-12-12 13:08:15 +0100
commit98b8788ae91694499d1995035625bea16a4db0c4 (patch)
treebc9001f4a97250c89222edbf192daf66f3beca91 /include/linux/mmdebug.h
parentkbuild: move compile.h to include/generated (diff)
downloadlinux-98b8788ae91694499d1995035625bea16a4db0c4.tar.gz
linux-98b8788ae91694499d1995035625bea16a4db0c4.tar.bz2
linux-98b8788ae91694499d1995035625bea16a4db0c4.zip
drop explicit include of autoconf.h
kbuild.h forces include of autoconf.h on the commandline using -include - so we do not need to include the file explicit. Signed-off-by: Sam Ravnborg <sam@ravnborg.org> Signed-off-by: Michal Marek <mmarek@suse.cz>
Diffstat (limited to 'include/linux/mmdebug.h')
-rw-r--r--include/linux/mmdebug.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/mmdebug.h b/include/linux/mmdebug.h
index 8a5509877192..ee24ef8ab616 100644
--- a/include/linux/mmdebug.h
+++ b/include/linux/mmdebug.h
@@ -1,8 +1,6 @@
#ifndef LINUX_MM_DEBUG_H
#define LINUX_MM_DEBUG_H 1
-#include <linux/autoconf.h>
-
#ifdef CONFIG_DEBUG_VM
#define VM_BUG_ON(cond) BUG_ON(cond)
#else