aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/boards
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2006-10-03 00:19:02 -0400
committerPaul Mundt <lethal@linux-sh.org>2006-10-03 00:19:02 -0400
commit2914d4da172f53f71d0563d3c3bae14e496cbc86 (patch)
treeb8fd9ff1023a857db4b2b36d1974a91e36228423 /arch/sh/boards
parent3e6c999de9a5438c97524a62845da8da78923205 (diff)
sh: Kill off remaining config.h references.
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>
Diffstat (limited to 'arch/sh/boards')
-rw-r--r--arch/sh/boards/hp6xx/hp6xx_apm.c1
-rw-r--r--arch/sh/boards/hp6xx/pm.c1
-rw-r--r--arch/sh/boards/landisk/irq.c2
-rw-r--r--arch/sh/boards/landisk/landisk_pwb.c2
-rw-r--r--arch/sh/boards/landisk/rtc.c2
-rw-r--r--arch/sh/boards/landisk/setup.c1
-rw-r--r--arch/sh/boards/renesas/r7780rp/irq.c2
-rw-r--r--arch/sh/boards/renesas/r7780rp/led.c2
-rw-r--r--arch/sh/boards/se/7343/io.c2
-rw-r--r--arch/sh/boards/se/7343/irq.c2
-rw-r--r--arch/sh/boards/se/7343/led.c2
-rw-r--r--arch/sh/boards/se/7343/setup.c1
12 files changed, 0 insertions, 20 deletions
diff --git a/arch/sh/boards/hp6xx/hp6xx_apm.c b/arch/sh/boards/hp6xx/hp6xx_apm.c
index ad0e712c29f6..75f91aaae077 100644
--- a/arch/sh/boards/hp6xx/hp6xx_apm.c
+++ b/arch/sh/boards/hp6xx/hp6xx_apm.c
@@ -6,7 +6,6 @@
6 * This program is free software; you can redistribute it and/or 6 * This program is free software; you can redistribute it and/or
7 * modify it under the terms of the GNU General Public License. 7 * modify it under the terms of the GNU General Public License.
8 */ 8 */
9#include <linux/config.h>
10#include <linux/module.h> 9#include <linux/module.h>
11#include <linux/apm_bios.h> 10#include <linux/apm_bios.h>
12#include <linux/kernel.h> 11#include <linux/kernel.h>
diff --git a/arch/sh/boards/hp6xx/pm.c b/arch/sh/boards/hp6xx/pm.c
index 0e501bcbd7a9..83d327212064 100644
--- a/arch/sh/boards/hp6xx/pm.c
+++ b/arch/sh/boards/hp6xx/pm.c
@@ -6,7 +6,6 @@
6 * This program is free software; you can redistribute it and/or 6 * This program is free software; you can redistribute it and/or
7 * modify it under the terms of the GNU General Public License. 7 * modify it under the terms of the GNU General Public License.
8 */ 8 */
9#include <linux/config.h>
10#include <linux/init.h> 9#include <linux/init.h>
11#include <linux/suspend.h> 10#include <linux/suspend.h>
12#include <linux/errno.h> 11#include <linux/errno.h>
diff --git a/arch/sh/boards/landisk/irq.c b/arch/sh/boards/landisk/irq.c
index 5891fcd80405..8f2e1c68b90f 100644
--- a/arch/sh/boards/landisk/irq.c
+++ b/arch/sh/boards/landisk/irq.c
@@ -14,8 +14,6 @@
14 * modified by kogiidena 14 * modified by kogiidena
15 * 2005.03.03 15 * 2005.03.03
16 */ 16 */
17
18#include <linux/config.h>
19#include <linux/init.h> 17#include <linux/init.h>
20#include <linux/irq.h> 18#include <linux/irq.h>
21#include <asm/io.h> 19#include <asm/io.h>
diff --git a/arch/sh/boards/landisk/landisk_pwb.c b/arch/sh/boards/landisk/landisk_pwb.c
index e75cb578a28b..0b7bee1a9ca5 100644
--- a/arch/sh/boards/landisk/landisk_pwb.c
+++ b/arch/sh/boards/landisk/landisk_pwb.c
@@ -11,8 +11,6 @@
11 * 11 *
12 * LED control drive function added by kogiidena 12 * LED control drive function added by kogiidena
13 */ 13 */
14
15#include <linux/config.h>
16#include <linux/module.h> 14#include <linux/module.h>
17#include <linux/errno.h> 15#include <linux/errno.h>
18#include <linux/signal.h> 16#include <linux/signal.h>
diff --git a/arch/sh/boards/landisk/rtc.c b/arch/sh/boards/landisk/rtc.c
index 35ba726a0979..0a9a2a2ad05b 100644
--- a/arch/sh/boards/landisk/rtc.c
+++ b/arch/sh/boards/landisk/rtc.c
@@ -8,8 +8,6 @@
8 * modifed by kogiidena 8 * modifed by kogiidena
9 * 2005.09.16 9 * 2005.09.16
10 */ 10 */
11
12#include <linux/config.h>
13#include <linux/init.h> 11#include <linux/init.h>
14#include <linux/kernel.h> 12#include <linux/kernel.h>
15#include <linux/sched.h> 13#include <linux/sched.h>
diff --git a/arch/sh/boards/landisk/setup.c b/arch/sh/boards/landisk/setup.c
index 127b9e020e00..122d69962637 100644
--- a/arch/sh/boards/landisk/setup.c
+++ b/arch/sh/boards/landisk/setup.c
@@ -16,7 +16,6 @@
16 * License. See the file "COPYING" in the main directory of this archive 16 * License. See the file "COPYING" in the main directory of this archive
17 * for more details. 17 * for more details.
18 */ 18 */
19#include <linux/config.h>
20#include <linux/init.h> 19#include <linux/init.h>
21#include <linux/pm.h> 20#include <linux/pm.h>
22#include <linux/mm.h> 21#include <linux/mm.h>
diff --git a/arch/sh/boards/renesas/r7780rp/irq.c b/arch/sh/boards/renesas/r7780rp/irq.c
index 769ae6b65123..2d960e9a3143 100644
--- a/arch/sh/boards/renesas/r7780rp/irq.c
+++ b/arch/sh/boards/renesas/r7780rp/irq.c
@@ -8,8 +8,6 @@
8 * Modified for R7780RP-1 by 8 * Modified for R7780RP-1 by
9 * Atom Create Engineering Co., Ltd. 2002. 9 * Atom Create Engineering Co., Ltd. 2002.
10 */ 10 */
11
12#include <linux/config.h>
13#include <linux/init.h> 11#include <linux/init.h>
14#include <linux/irq.h> 12#include <linux/irq.h>
15#include <asm/io.h> 13#include <asm/io.h>
diff --git a/arch/sh/boards/renesas/r7780rp/led.c b/arch/sh/boards/renesas/r7780rp/led.c
index 9f02766b6f53..6a00a257afd2 100644
--- a/arch/sh/boards/renesas/r7780rp/led.c
+++ b/arch/sh/boards/renesas/r7780rp/led.c
@@ -6,8 +6,6 @@
6 * 6 *
7 * This file contains Renesas Solutions HIGHLANDER R7780RP-1 specific LED code. 7 * This file contains Renesas Solutions HIGHLANDER R7780RP-1 specific LED code.
8 */ 8 */
9
10#include <linux/config.h>
11#include <linux/sched.h> 9#include <linux/sched.h>
12#include <asm/io.h> 10#include <asm/io.h>
13#include <asm/r7780rp/r7780rp.h> 11#include <asm/r7780rp/r7780rp.h>
diff --git a/arch/sh/boards/se/7343/io.c b/arch/sh/boards/se/7343/io.c
index 646661a146ad..3a6d11424938 100644
--- a/arch/sh/boards/se/7343/io.c
+++ b/arch/sh/boards/se/7343/io.c
@@ -4,8 +4,6 @@
4 * I/O routine for SH-Mobile3AS 7343 SolutionEngine. 4 * I/O routine for SH-Mobile3AS 7343 SolutionEngine.
5 * 5 *
6 */ 6 */
7
8#include <linux/config.h>
9#include <linux/kernel.h> 7#include <linux/kernel.h>
10#include <asm/io.h> 8#include <asm/io.h>
11#include <asm/mach/se7343.h> 9#include <asm/mach/se7343.h>
diff --git a/arch/sh/boards/se/7343/irq.c b/arch/sh/boards/se/7343/irq.c
index 739a7b001bb7..288b62f59419 100644
--- a/arch/sh/boards/se/7343/irq.c
+++ b/arch/sh/boards/se/7343/irq.c
@@ -2,8 +2,6 @@
2 * arch/sh/boards/se/7343/irq.c 2 * arch/sh/boards/se/7343/irq.c
3 * 3 *
4 */ 4 */
5
6#include <linux/config.h>
7#include <linux/init.h> 5#include <linux/init.h>
8#include <linux/interrupt.h> 6#include <linux/interrupt.h>
9#include <linux/irq.h> 7#include <linux/irq.h>
diff --git a/arch/sh/boards/se/7343/led.c b/arch/sh/boards/se/7343/led.c
index 6a439cf83e46..6b39e191c420 100644
--- a/arch/sh/boards/se/7343/led.c
+++ b/arch/sh/boards/se/7343/led.c
@@ -2,8 +2,6 @@
2 * arch/sh/boards/se/7343/led.c 2 * arch/sh/boards/se/7343/led.c
3 * 3 *
4 */ 4 */
5
6#include <linux/config.h>
7#include <linux/sched.h> 5#include <linux/sched.h>
8#include <asm/mach/se7343.h> 6#include <asm/mach/se7343.h>
9 7
diff --git a/arch/sh/boards/se/7343/setup.c b/arch/sh/boards/se/7343/setup.c
index 787322291fb3..c7d17fe7764e 100644
--- a/arch/sh/boards/se/7343/setup.c
+++ b/arch/sh/boards/se/7343/setup.c
@@ -1,4 +1,3 @@
1#include <linux/config.h>
2#include <linux/init.h> 1#include <linux/init.h>
3#include <linux/platform_device.h> 2#include <linux/platform_device.h>
4#include <asm/machvec.h> 3#include <asm/machvec.h>