writeback: fixups for !dirty_writeback_centisecs
[safe/jmp/linux-2.6] / include / linux / mmdebug.h
index 8a55098..ee24ef8 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