backlight: as3711_bl: Fix Device Tree node leaks
[linux-2.6-microblaze.git] / include / linux / kconfig.h
index dcde947..cc8fa10 100644 (file)
@@ -70,7 +70,4 @@
  */
 #define IS_ENABLED(option) __or(IS_BUILTIN(option), IS_MODULE(option))
 
-/* Make sure we always have all types and struct attributes defined. */
-#include <linux/compiler_types.h>
-
 #endif /* __LINUX_KCONFIG_H */