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/renesas/r7780rp/led.c | |
parent | 3e6c999de9a5438c97524a62845da8da78923205 (diff) | |
download | kernel_samsung_tuna-2914d4da172f53f71d0563d3c3bae14e496cbc86.zip kernel_samsung_tuna-2914d4da172f53f71d0563d3c3bae14e496cbc86.tar.gz kernel_samsung_tuna-2914d4da172f53f71d0563d3c3bae14e496cbc86.tar.bz2 |
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/renesas/r7780rp/led.c')
-rw-r--r-- | arch/sh/boards/renesas/r7780rp/led.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/sh/boards/renesas/r7780rp/led.c b/arch/sh/boards/renesas/r7780rp/led.c index 9f02766..6a00a25 100644 --- a/arch/sh/boards/renesas/r7780rp/led.c +++ b/arch/sh/boards/renesas/r7780rp/led.c @@ -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> |