diff options
author | Paul Mundt <lethal@linux-sh.org> | 2011-06-08 04:13:20 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2011-06-08 04:13:20 -0400 |
commit | b03034016184b7e9fd19f2a24ffb131953fdcc41 (patch) | |
tree | 9ea15f328c067d333c2ff5361c60ddb43df01d54 /drivers/tty | |
parent | a01cdc10689f5d252530d14474528ea785ecfde4 (diff) |
serial: sh-sci: Kill off some more unused definitions.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'drivers/tty')
-rw-r--r-- | drivers/tty/serial/sh-sci.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/tty/serial/sh-sci.h b/drivers/tty/serial/sh-sci.h index 923ebd908e70..ed1c09c0454a 100644 --- a/drivers/tty/serial/sh-sci.h +++ b/drivers/tty/serial/sh-sci.h | |||
@@ -9,8 +9,6 @@ | |||
9 | # define SCPCR 0xA4000116 /* 16 bit SCI and SCIF */ | 9 | # define SCPCR 0xA4000116 /* 16 bit SCI and SCIF */ |
10 | # define SCPDR 0xA4000136 /* 8 bit SCI and SCIF */ | 10 | # define SCPDR 0xA4000136 /* 8 bit SCI and SCIF */ |
11 | #elif defined(CONFIG_CPU_SUBTYPE_SH7705) | 11 | #elif defined(CONFIG_CPU_SUBTYPE_SH7705) |
12 | # define SCIF0 0xA4400000 | ||
13 | # define SCIF2 0xA4410000 | ||
14 | # define SCPCR 0xA4000116 | 12 | # define SCPCR 0xA4000116 |
15 | # define SCPDR 0xA4000136 | 13 | # define SCPDR 0xA4000136 |
16 | #elif defined(CONFIG_CPU_SUBTYPE_SH7720) || \ | 14 | #elif defined(CONFIG_CPU_SUBTYPE_SH7720) || \ |
@@ -48,8 +46,6 @@ | |||
48 | #elif defined(CONFIG_CPU_SUBTYPE_SH7343) | 46 | #elif defined(CONFIG_CPU_SUBTYPE_SH7343) |
49 | # define SCSPTR0 0xffe00010 /* 16 bit SCIF */ | 47 | # define SCSPTR0 0xffe00010 /* 16 bit SCIF */ |
50 | #elif defined(CONFIG_CPU_SUBTYPE_SH7722) | 48 | #elif defined(CONFIG_CPU_SUBTYPE_SH7722) |
51 | # define PADR 0xA4050120 | ||
52 | # define PSDR 0xA405013e | ||
53 | # define PWDR 0xA4050166 | 49 | # define PWDR 0xA4050166 |
54 | # define PSCR 0xA405011E | 50 | # define PSCR 0xA405011E |
55 | # define SCIF_ORER 0x0001 /* overrun error bit */ | 51 | # define SCIF_ORER 0x0001 /* overrun error bit */ |