[HEADERS] Put linux/config.h out of its misery.
authorDave Jones <davej@redhat.com>
Mon, 9 Oct 2006 23:13:51 +0000 (19:13 -0400)
committerDave Jones <davej@redhat.com>
Mon, 9 Oct 2006 23:13:51 +0000 (19:13 -0400)
Signed-off-by: Dave Jones <davej@redhat.com>
arch/powerpc/platforms/82xx/mpc82xx.c
arch/powerpc/platforms/82xx/mpc82xx_ads.c
arch/powerpc/platforms/82xx/pq2ads.h
arch/powerpc/sysdev/qe_lib/qe_io.c
include/linux/config.h [deleted file]

index 89d702de48639182b62544ccddf1d2c6c835f44c..0f5b30dc60da92b097f3e875069ab29281ed22b2 100644 (file)
@@ -11,7 +11,6 @@
  * option) any later version.
  */
 
-#include <linux/config.h>
 #include <linux/stddef.h>
 #include <linux/kernel.h>
 #include <linux/init.h>
index 0cea42a8053d9673b9bbe14aee242b9db475c61f..bb9acbb98176049545240b81ddf8c70ee2ff68c7 100644 (file)
@@ -12,8 +12,6 @@
  * option) any later version.
  */
 
-
-#include <linux/config.h>
 #include <linux/stddef.h>
 #include <linux/kernel.h>
 #include <linux/init.h>
index a7348213508f0f6251ba0d143740dbf3fad612e3..fb2f92bcd7700d88e22e4c9ab9a5369c5663263c 100644 (file)
@@ -22,8 +22,6 @@
 #ifndef __MACH_ADS8260_DEFS
 #define __MACH_ADS8260_DEFS
 
-#include <linux/config.h>
-
 #include <asm/ppcboot.h>
 
 /* For our show_cpuinfo hooks. */
index aea4359703892b25de9d4b00ccd94083c8c73c3a..0afe6bfe371455d90ba665bfcc57b9422159c471 100644 (file)
@@ -14,7 +14,6 @@
  * option) any later version.
  */
 
-#include <linux/config.h>
 #include <linux/stddef.h>
 #include <linux/kernel.h>
 #include <linux/init.h>
diff --git a/include/linux/config.h b/include/linux/config.h
deleted file mode 100644 (file)
index 479ffb0..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-#ifndef _LINUX_CONFIG_H
-#define _LINUX_CONFIG_H
-/* This file is no longer in use and kept only for backward compatibility.
- * autoconf.h is now included via -imacros on the commandline
- */
-#warning Including config.h is deprecated.
-#include <linux/autoconf.h>
-
-#endif