]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - include/linux/mmdebug.h
Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs
[karo-tx-linux.git] / include / linux / mmdebug.h
index 8a5509877192b903390b7851ae77df96c9e7fad1..ee24ef8ab616e6b48f6ac6cd0d9ff0c038c19bc1 100644 (file)
@@ -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