diff options
author | Nobuhiro Iwamatsu <iwamatsu@nigauri.org> | 2007-11-07 14:54:32 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2007-11-07 14:54:32 +0900 |
commit | 694caef5e201d43151cc3a31b447e75b2f531de4 (patch) | |
tree | aacebaf71384ac3a12d95373e2b5154dfba45145 /drivers/serial/sh-sci.h | |
parent | ac11584ccbd14aadcc6613598f3bac4589ea3a11 (diff) | |
download | linux-3.10-694caef5e201d43151cc3a31b447e75b2f531de4.tar.gz linux-3.10-694caef5e201d43151cc3a31b447e75b2f531de4.tar.bz2 linux-3.10-694caef5e201d43151cc3a31b447e75b2f531de4.zip |
sh: Remove SCI_NPORTS from sh-sci.h
When SH7710 and SH7712 are used, SCI_NPORTS redefined.
Remove it.
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
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, 0 insertions, 1 deletions
diff --git a/drivers/serial/sh-sci.h b/drivers/serial/sh-sci.h index 207aeb50db6..d24621ce799 100644 --- a/drivers/serial/sh-sci.h +++ b/drivers/serial/sh-sci.h @@ -77,7 +77,6 @@ # define SCIF_ONLY #elif defined(CONFIG_CPU_SUBTYPE_SH7710) || defined(CONFIG_CPU_SUBTYPE_SH7712) # define SCSPTR0 0xA4400000 /* 16 bit SCIF */ -# define SCI_NPORTS 2 # define SCIF_ORER 0x0001 /* overrun error bit */ # define PACR 0xa4050100 # define PBCR 0xa4050102 |