From: Brian Gerst checkconfig.pl is no longer needed now that autoconf.h is automatically included. Remove it and all references to it. Signed-off-by: Brian Gerst Signed-off-by: Andrew Morton --- dev/null | 0 Documentation/smart-config.txt | 4 ---- drivers/video/matrox/matroxfb_DAC1064.c | 1 - drivers/video/matrox/matroxfb_DAC1064.h | 1 - drivers/video/matrox/matroxfb_Ti3026.c | 1 - drivers/video/matrox/matroxfb_Ti3026.h | 1 - drivers/video/matrox/matroxfb_base.c | 1 - drivers/video/matrox/matroxfb_misc.c | 1 - 8 files changed, 10 deletions(-) diff -puN Documentation/smart-config.txt~remove-checkconfigpl Documentation/smart-config.txt --- 25/Documentation/smart-config.txt~remove-checkconfigpl 2005-11-29 16:47:18.000000000 -0700 +++ 25-akpm/Documentation/smart-config.txt 2005-11-29 16:47:18.000000000 -0700 @@ -56,10 +56,6 @@ Here is the solution: writing one file per option. It updates only the files for options that have changed. - mkdep.c no longer generates warning messages for missing or unneeded - lines. The new top-level target 'make checkconfig' - checks for these problems. - Flag Dependencies Martin Von Loewis contributed another feature to this patch: diff -puN drivers/video/matrox/matroxfb_base.c~remove-checkconfigpl drivers/video/matrox/matroxfb_base.c --- 25/drivers/video/matrox/matroxfb_base.c~remove-checkconfigpl 2005-11-29 16:47:18.000000000 -0700 +++ 25-akpm/drivers/video/matrox/matroxfb_base.c 2005-11-29 16:47:18.000000000 -0700 @@ -99,7 +99,6 @@ * */ -/* make checkconfig does not check included files... */ #include #include diff -puN drivers/video/matrox/matroxfb_DAC1064.c~remove-checkconfigpl drivers/video/matrox/matroxfb_DAC1064.c --- 25/drivers/video/matrox/matroxfb_DAC1064.c~remove-checkconfigpl 2005-11-29 16:47:18.000000000 -0700 +++ 25-akpm/drivers/video/matrox/matroxfb_DAC1064.c 2005-11-29 16:47:18.000000000 -0700 @@ -12,7 +12,6 @@ * */ -/* make checkconfig does not walk through include tree :-( */ #include #include "matroxfb_DAC1064.h" diff -puN drivers/video/matrox/matroxfb_DAC1064.h~remove-checkconfigpl drivers/video/matrox/matroxfb_DAC1064.h --- 25/drivers/video/matrox/matroxfb_DAC1064.h~remove-checkconfigpl 2005-11-29 16:47:18.000000000 -0700 +++ 25-akpm/drivers/video/matrox/matroxfb_DAC1064.h 2005-11-29 16:47:18.000000000 -0700 @@ -1,7 +1,6 @@ #ifndef __MATROXFB_DAC1064_H__ #define __MATROXFB_DAC1064_H__ -/* make checkconfig does not walk through include tree */ #include #include "matroxfb_base.h" diff -puN drivers/video/matrox/matroxfb_misc.c~remove-checkconfigpl drivers/video/matrox/matroxfb_misc.c --- 25/drivers/video/matrox/matroxfb_misc.c~remove-checkconfigpl 2005-11-29 16:47:18.000000000 -0700 +++ 25-akpm/drivers/video/matrox/matroxfb_misc.c 2005-11-29 16:47:18.000000000 -0700 @@ -84,7 +84,6 @@ * */ -/* make checkconfig does not check includes for this... */ #include #include "matroxfb_misc.h" diff -puN drivers/video/matrox/matroxfb_Ti3026.c~remove-checkconfigpl drivers/video/matrox/matroxfb_Ti3026.c --- 25/drivers/video/matrox/matroxfb_Ti3026.c~remove-checkconfigpl 2005-11-29 16:47:18.000000000 -0700 +++ 25-akpm/drivers/video/matrox/matroxfb_Ti3026.c 2005-11-29 16:47:18.000000000 -0700 @@ -78,7 +78,6 @@ * */ -/* make checkconfig does not verify included files... */ #include #include "matroxfb_Ti3026.h" diff -puN drivers/video/matrox/matroxfb_Ti3026.h~remove-checkconfigpl drivers/video/matrox/matroxfb_Ti3026.h --- 25/drivers/video/matrox/matroxfb_Ti3026.h~remove-checkconfigpl 2005-11-29 16:47:18.000000000 -0700 +++ 25-akpm/drivers/video/matrox/matroxfb_Ti3026.h 2005-11-29 16:47:18.000000000 -0700 @@ -1,7 +1,6 @@ #ifndef __MATROXFB_TI3026_H__ #define __MATROXFB_TI3026_H__ -/* make checkconfig does not walk through whole include tree */ #include #include "matroxfb_base.h" diff -L scripts/checkconfig.pl -puN /dev/null /dev/null _