CAPI: Call a controller 'controller', not 'card'
[pandora-kernel.git] / 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