sh: Kill off remaining config.h references.
authorPaul Mundt <lethal@linux-sh.org>
Tue, 3 Oct 2006 04:19:02 +0000 (13:19 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Tue, 3 Oct 2006 04:19:02 +0000 (13:19 +0900)
A few of these managed to sneak back in, get rid of them once
and for all.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
20 files changed:
arch/sh/boards/hp6xx/hp6xx_apm.c
arch/sh/boards/hp6xx/pm.c
arch/sh/boards/landisk/irq.c
arch/sh/boards/landisk/landisk_pwb.c
arch/sh/boards/landisk/rtc.c
arch/sh/boards/landisk/setup.c
arch/sh/boards/renesas/r7780rp/irq.c
arch/sh/boards/renesas/r7780rp/led.c
arch/sh/boards/se/7343/io.c
arch/sh/boards/se/7343/irq.c
arch/sh/boards/se/7343/led.c
arch/sh/boards/se/7343/setup.c
arch/sh/drivers/pci/ops-landisk.c
arch/sh/drivers/pci/ops-r7780rp.c
arch/sh/drivers/pci/ops-titan.c
arch/sh/drivers/pci/pci-sh7780.c
arch/sh/kernel/apm.c
arch/sh/math-emu/math.c
arch/sh/tools/gen-mach-types
include/asm-sh/sfp-machine.h

index ad0e712c29f6955681dff88ac49ad9bf8596062b..75f91aaae0777ab373cd476da69bd9e6bf5620bf 100644 (file)
@@ -6,7 +6,6 @@
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License.
  */
-#include <linux/config.h>
 #include <linux/module.h>
 #include <linux/apm_bios.h>
 #include <linux/kernel.h>
index 0e501bcbd7a964a8dfe9da141cd9742a13eceb83..83d3272120645d149c16965e46d0f90b2f5c1183 100644 (file)
@@ -6,7 +6,6 @@
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License.
  */
-#include <linux/config.h>
 #include <linux/init.h>
 #include <linux/suspend.h>
 #include <linux/errno.h>
index 5891fcd804059b1f14c508644eb5145cc98eee67..8f2e1c68b90fb7c61f9f25f6321f272e54ea5c46 100644 (file)
@@ -14,8 +14,6 @@
  * modified by kogiidena
  * 2005.03.03
  */
-
-#include <linux/config.h>
 #include <linux/init.h>
 #include <linux/irq.h>
 #include <asm/io.h>
index e75cb578a28becfc1ec87c7c160dda9b10f7d3b5..0b7bee1a9ca5af99c0c3bdeb33aa0a8370f39174 100644 (file)
@@ -11,8 +11,6 @@
  *
  * LED control drive function added by kogiidena
  */
-
-#include <linux/config.h>
 #include <linux/module.h>
 #include <linux/errno.h>
 #include <linux/signal.h>
index 35ba726a097962718206fa62c53134c0fb035715..0a9a2a2ad05b7916e318258b9508e96fe2cd8586 100644 (file)
@@ -8,8 +8,6 @@
  * modifed by kogiidena
  * 2005.09.16
  */
-
-#include <linux/config.h>
 #include <linux/init.h>
 #include <linux/kernel.h>
 #include <linux/sched.h>
index 127b9e020e0087e2b65cb87f488f7801a7769ce1..122d6996263763dc43a785ddae91b0f36a6fa808 100644 (file)
@@ -16,7 +16,6 @@
  * License.  See the file "COPYING" in the main directory of this archive
  * for more details.
  */
-#include <linux/config.h>
 #include <linux/init.h>
 #include <linux/pm.h>
 #include <linux/mm.h>
index 769ae6b6512337963c23fd9486b4fb4942499254..2d960e9a3143b5bae8c2061b0c0bd4e4dfd4915e 100644 (file)
@@ -8,8 +8,6 @@
  * Modified for R7780RP-1 by
  * Atom Create Engineering Co., Ltd. 2002.
  */
-
-#include <linux/config.h>
 #include <linux/init.h>
 #include <linux/irq.h>
 #include <asm/io.h>
index 9f02766b6f531b1f1fc625bb7e7b34a5610f4d1c..6a00a257afd26e153373c2f2d7225f93311edd0e 100644 (file)
@@ -6,8 +6,6 @@
  *
  * This file contains Renesas Solutions HIGHLANDER R7780RP-1 specific LED code.
  */
-
-#include <linux/config.h>
 #include <linux/sched.h>
 #include <asm/io.h>
 #include <asm/r7780rp/r7780rp.h>
index 646661a146ad38ad6c55a14c8258fe07552dbc1e..3a6d114249385ba390a20de148594f096027d26b 100644 (file)
@@ -4,8 +4,6 @@
  * I/O routine for SH-Mobile3AS 7343 SolutionEngine.
  *
  */
-
-#include <linux/config.h>
 #include <linux/kernel.h>
 #include <asm/io.h>
 #include <asm/mach/se7343.h>
index 739a7b001bb71b378dc09ac28af7c2f1b9d1112b..288b62f59419990c8e50ab42a261308831278d24 100644 (file)
@@ -2,8 +2,6 @@
  * arch/sh/boards/se/7343/irq.c
  *
  */
-
-#include <linux/config.h>
 #include <linux/init.h>
 #include <linux/interrupt.h>
 #include <linux/irq.h>
index 6a439cf83e46334880b7ca27fef255c1d54fc1f4..6b39e191c4209ee8ac50b51d463625e2ec9cf321 100644 (file)
@@ -2,8 +2,6 @@
  * arch/sh/boards/se/7343/led.c
  *
  */
-
-#include <linux/config.h>
 #include <linux/sched.h>
 #include <asm/mach/se7343.h>
 
index 787322291fb34d4f77e4b66ff23cba8d990cdc37..c7d17fe7764ed2cbabd145726ea31b75912df125 100644 (file)
@@ -1,4 +1,3 @@
-#include <linux/config.h>
 #include <linux/init.h>
 #include <linux/platform_device.h>
 #include <asm/machvec.h>
index ada301c21fe7d3b489757fbe8d9a016487e6a4a4..d06030815a96acca6a01d5a54d3d41d86ef60b31 100644 (file)
@@ -8,7 +8,6 @@
  * May be copied or modified under the terms of the GNU General Public
  * License.  See linux/COPYING for more information.
  */
-#include <linux/config.h>
 #include <linux/kernel.h>
 #include <linux/types.h>
 #include <linux/init.h>
index 554d5ed2c5865466878eae422e08ad3855125257..6e3ba9c65b40534de3d65f3c9a358d52d3476853 100644 (file)
@@ -8,8 +8,6 @@
  *
  * PCI initialization for the Renesas SH7780 Highlander R7780RP-1 board
  */
-
-#include <linux/config.h>
 #include <linux/kernel.h>
 #include <linux/types.h>
 #include <linux/init.h>
index c6097bcd97fd4a5b1799024c7ee881534bd93bad..cd56d53375e7dc806c32c31cd2851058a622985b 100644 (file)
@@ -11,8 +11,6 @@
  *
  * PCI initialization for the Titan boards
  */
-
-#include <linux/config.h>
 #include <linux/kernel.h>
 #include <linux/types.h>
 #include <linux/init.h>
index bd3064a820878062904c1c9c6c20ccd2824cfb0d..d6e635296534201965be4c9ce72a806a154b3597 100644 (file)
  *  License.  See linux/COPYING for more information.
  *
  */
-
 #undef DEBUG
 
-#include <linux/config.h>
 #include <linux/types.h>
 #include <linux/kernel.h>
 #include <linux/init.h>
index 871e7d640002fa73c075457c8a39062fab155d38..4f66f91b1006671dd617c77c755b946aa727557a 100644 (file)
@@ -16,7 +16,6 @@
  * [This document is available from Microsoft at:
  *    http://www.microsoft.com/hwdev/busbios/amp_12.htm]
  */
-#include <linux/config.h>
 #include <linux/module.h>
 #include <linux/poll.h>
 #include <linux/timer.h>
index 26b6046814fdf082ca0425923177b148a69c0da6..1efbac15ff4e4d370ab3c9fa651a7ae093c09163 100644 (file)
@@ -7,7 +7,6 @@
  * License.  See the file "COPYING" in the main directory of this archive
  * for more details.
  */
-#include <linux/config.h>
 #include <linux/kernel.h>
 #include <linux/errno.h>
 #include <linux/types.h>
index bb2b82234e83a0610baa4b641e817773a15d9e27..65161e368353609fe58081a4fb6034aa3168a6de 100644 (file)
@@ -20,8 +20,6 @@ END   {
          printf("#ifndef __ASM_SH_MACHTYPES_H\n");
          printf("#define __ASM_SH_MACHTYPES_H\n");
          printf("\n");
-         printf("#include <linux/config.h>\n");
-         printf("\n");
          printf("/*\n");
          printf(" * We'll use the following MACH_xxx defs for placeholders for the time\n");
          printf(" * being .. these will all go away once sh_machtype is assigned per-board.\n");
index 8a6399a8cfe0c4ac71548ed591aa67c55abbb0fa..d3c548443f2a6e7774e7f1f2fd6789e2d129d9c0 100644 (file)
@@ -25,8 +25,6 @@
 #ifndef _SFP_MACHINE_H
 #define _SFP_MACHINE_H
 
-#include <linux/config.h>
-
 #define _FP_W_TYPE_SIZE                32
 #define _FP_W_TYPE             unsigned long
 #define _FP_WS_TYPE            signed long