diff options
author | Paul Mundt <lethal@linux-sh.org> | 2006-10-03 13:19:02 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2006-10-03 13:19:02 +0900 |
commit | 2914d4da172f53f71d0563d3c3bae14e496cbc86 (patch) | |
tree | b8fd9ff1023a857db4b2b36d1974a91e36228423 /arch/sh/boards/se | |
parent | 3e6c999de9a5438c97524a62845da8da78923205 (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/se')
-rw-r--r-- | arch/sh/boards/se/7343/io.c | 2 | ||||
-rw-r--r-- | arch/sh/boards/se/7343/irq.c | 2 | ||||
-rw-r--r-- | arch/sh/boards/se/7343/led.c | 2 | ||||
-rw-r--r-- | arch/sh/boards/se/7343/setup.c | 1 |
4 files changed, 0 insertions, 7 deletions
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 @@ * 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> 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 @@ * arch/sh/boards/se/7343/irq.c * */ - -#include <linux/config.h> #include <linux/init.h> #include <linux/interrupt.h> #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 @@ * arch/sh/boards/se/7343/led.c * */ - -#include <linux/config.h> #include <linux/sched.h> #include <asm/mach/se7343.h> 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 @@ -#include <linux/config.h> #include <linux/init.h> #include <linux/platform_device.h> #include <asm/machvec.h> |