Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=5cbc3af521a85aab8ae72c25afcf2698a7547cbd
Commit:     5cbc3af521a85aab8ae72c25afcf2698a7547cbd
Parent:     953c8ef250fc6c329d1607cf9cd7fac1d72d7579
Author:     Magnus Damm <[EMAIL PROTECTED]>
AuthorDate: Mon Sep 10 12:05:10 2007 +0900
Committer:  Paul Mundt <[EMAIL PROTECTED]>
CommitDate: Fri Sep 21 11:57:52 2007 +0900

    sh: minor fixes
    
    This patch contains the following fixes:
    - Adds sh7785 support to CONFIG_EARLY_SCIF_CONSOLE_PORT.
    - Removes duplicate include from rts7751r2d irq code.
    - Removes CONFIG_CPU_HAS_INTC from sh7720 Kconfig entry.
    
    Signed-off-by: Magnus Damm <[EMAIL PROTECTED]>
    Signed-off-by: Paul Mundt <[EMAIL PROTECTED]>
---
 arch/sh/Kconfig.debug                   |    1 +
 arch/sh/boards/renesas/rts7751r2d/irq.c |    1 -
 arch/sh/mm/Kconfig                      |    1 -
 3 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/arch/sh/Kconfig.debug b/arch/sh/Kconfig.debug
index c870f5f..b507b50 100644
--- a/arch/sh/Kconfig.debug
+++ b/arch/sh/Kconfig.debug
@@ -31,6 +31,7 @@ config EARLY_SCIF_CONSOLE_PORT
        hex
        depends on EARLY_SCIF_CONSOLE
        default "0xffe00000" if CPU_SUBTYPE_SH7780
+       default "0xffea0000" if CPU_SUBTYPE_SH7785
        default "0xfffe9800" if CPU_SUBTYPE_SH7206
        default "0xf8420000" if CPU_SUBTYPE_SH7619
        default "0xa4400000" if CPU_SUBTYPE_SH7712 || CPU_SUBTYPE_SH7705
diff --git a/arch/sh/boards/renesas/rts7751r2d/irq.c 
b/arch/sh/boards/renesas/rts7751r2d/irq.c
index 12aae0c..dadc4aa 100644
--- a/arch/sh/boards/renesas/rts7751r2d/irq.c
+++ b/arch/sh/boards/renesas/rts7751r2d/irq.c
@@ -10,7 +10,6 @@
  * Atom Create Engineering Co., Ltd. 2002.
  */
 #include <linux/init.h>
-#include <linux/interrupt.h>
 #include <linux/irq.h>
 #include <linux/interrupt.h>
 #include <linux/io.h>
diff --git a/arch/sh/mm/Kconfig b/arch/sh/mm/Kconfig
index dce59b8..5a92b3b 100644
--- a/arch/sh/mm/Kconfig
+++ b/arch/sh/mm/Kconfig
@@ -105,7 +105,6 @@ config CPU_SUBTYPE_SH7712
 config CPU_SUBTYPE_SH7720
        bool "Support SH7720 processor"
        select CPU_SH3
-       select CPU_HAS_INTC_IRQ
        select CPU_HAS_DSP
        help
          Select SH7720 if you have a SH3-DSP SH7720 CPU.
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to