diff options
author | Paul Mundt <lethal@linux-sh.org> | 2008-10-28 06:45:47 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2008-10-28 06:45:47 -0400 |
commit | 5ff0594e2f6fb3242a1a2a4794286244e95afab1 (patch) | |
tree | 4abe79f9b51d77e210dc83a20b2ce74fac41f891 /drivers/serial | |
parent | 86d758ef2cb0677b471a88ffe33a29cdfec4ceca (diff) |
sh: Revert "SH 7366 needs SCIF_ONLY"
This reverts commit 5ca8c4852fcbbc8a8497c4ee8b2a0a7466f3524c.
With the killing off of SCIF_ONLY and its spawn in sh-sci, we no longer
require this change, so just revert it.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'drivers/serial')
-rw-r--r-- | drivers/serial/sh-sci.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/serial/sh-sci.h b/drivers/serial/sh-sci.h index 36ce9de4b2cd..257b2235d126 100644 --- a/drivers/serial/sh-sci.h +++ b/drivers/serial/sh-sci.h | |||
@@ -79,7 +79,6 @@ | |||
79 | # define SCSPTR0 SCPDR0 | 79 | # define SCSPTR0 SCPDR0 |
80 | # define SCIF_ORER 0x0001 /* overrun error bit */ | 80 | # define SCIF_ORER 0x0001 /* overrun error bit */ |
81 | # define SCSCR_INIT(port) 0x0038 /* TIE=0,RIE=0,TE=1,RE=1,REIE=1 */ | 81 | # define SCSCR_INIT(port) 0x0038 /* TIE=0,RIE=0,TE=1,RE=1,REIE=1 */ |
82 | # define SCIF_ONLY | ||
83 | #elif defined(CONFIG_CPU_SUBTYPE_SH7723) | 82 | #elif defined(CONFIG_CPU_SUBTYPE_SH7723) |
84 | # define SCSPTR0 0xa4050160 | 83 | # define SCSPTR0 0xa4050160 |
85 | # define SCSPTR1 0xa405013e | 84 | # define SCSPTR1 0xa405013e |