diff options
author | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-08-18 18:43:40 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-08-18 18:43:40 +0200 |
commit | 56616ebd0e49b7e5c67a19ca1d96e8ec382bcacf (patch) | |
tree | 4dd91f57e974082d6f7c98f6cebfa42339a4353c /arch/sh64/kernel/setup.c | |
parent | Merge master.kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6.23 (diff) | |
parent | sh64: arch/sh64/kernel/setup.c: duplicate include removal. (diff) | |
download | linux-56616ebd0e49b7e5c67a19ca1d96e8ec382bcacf.tar.xz linux-56616ebd0e49b7e5c67a19ca1d96e8ec382bcacf.zip |
Merge master.kernel.org:/pub/scm/linux/kernel/git/lethal/sh64-2.6
* master.kernel.org:/pub/scm/linux/kernel/git/lethal/sh64-2.6:
sh64: arch/sh64/kernel/setup.c: duplicate include removal.
sh64: arch/sh64/kernel/signal.c: duplicate include removal
sh64: Add missing dma_sync_single_for_*().
Diffstat (limited to 'arch/sh64/kernel/setup.c')
-rw-r--r-- | arch/sh64/kernel/setup.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/sh64/kernel/setup.c b/arch/sh64/kernel/setup.c index 53e9d20a874a..2b7264c0c6f7 100644 --- a/arch/sh64/kernel/setup.c +++ b/arch/sh64/kernel/setup.c @@ -59,10 +59,6 @@ #include <asm/setup.h> #include <asm/smp.h> -#ifdef CONFIG_VT -#include <linux/console.h> -#endif - struct screen_info screen_info; #ifdef CONFIG_BLK_DEV_RAM |