diff options
author | Kuninori Morimoto <morimoto.kuninori@renesas.com> | 2008-10-28 15:33:48 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2008-10-28 17:46:24 +0900 |
commit | 5ca8c4852fcbbc8a8497c4ee8b2a0a7466f3524c (patch) | |
tree | eba3636368f0853138157f4a0cbbc968cd96b5e0 /drivers/serial/sh-sci.h | |
parent | 545727f32049f6e7269f73a49904e3229192988e (diff) | |
download | linux-3.10-5ca8c4852fcbbc8a8497c4ee8b2a0a7466f3524c.tar.gz linux-3.10-5ca8c4852fcbbc8a8497c4ee8b2a0a7466f3524c.tar.bz2 linux-3.10-5ca8c4852fcbbc8a8497c4ee8b2a0a7466f3524c.zip |
SH 7366 needs SCIF_ONLY
SH 7366 has compile bug.
because there is no SCIF_ONLY for SH 7366.
this patch add it.
Signed-off-by: Kuninori Morimoto <morimoto.kuninori@renesas.com>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'drivers/serial/sh-sci.h')
-rw-r--r-- | drivers/serial/sh-sci.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/serial/sh-sci.h b/drivers/serial/sh-sci.h index 7cd28b22680..44e952bca1e 100644 --- a/drivers/serial/sh-sci.h +++ b/drivers/serial/sh-sci.h @@ -88,6 +88,7 @@ # define SCSPTR0 SCPDR0 # define SCIF_ORER 0x0001 /* overrun error bit */ # define SCSCR_INIT(port) 0x0038 /* TIE=0,RIE=0,TE=1,RE=1,REIE=1 */ +# define SCIF_ONLY #elif defined(CONFIG_CPU_SUBTYPE_SH7723) # define SCSPTR0 0xa4050160 # define SCSPTR1 0xa405013e |