summaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
authorChris Brandt <chris.brandt@renesas.com>2018-07-31 05:41:38 -0500
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2018-08-02 10:07:09 +0200
commit7acece71a517cad83a0842a94d94c13f271b680c (patch)
treee782ed3d161232294abcc2760bdecfaf9cb10b25 /include/linux
parent2d4dd0da45401c7ae7332b4d1eb7bbb1348edde9 (diff)
downloadlinux-7acece71a517cad83a0842a94d94c13f271b680c.tar.gz
linux-7acece71a517cad83a0842a94d94c13f271b680c.tar.bz2
linux-7acece71a517cad83a0842a94d94c13f271b680c.zip
serial: sh-sci: Remove SCIx_RZ_SCIFA_REGTYPE
There is no more need for SCIx_RZ_SCIFA_REGTYPE now that SCIx_SH4_SCIF_REGTYPE can provide the same register/address definitions. Also, R7S9210 no longer needs a special compatible since the standard "renesas,scif" will work just fine. Signed-off-by: Chris Brandt <chris.brandt@renesas.com> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/serial_sci.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/serial_sci.h b/include/linux/serial_sci.h
index 1c89611e0e06..c0e795d95477 100644
--- a/include/linux/serial_sci.h
+++ b/include/linux/serial_sci.h
@@ -36,7 +36,6 @@ enum {
SCIx_SH4_SCIF_FIFODATA_REGTYPE,
SCIx_SH7705_SCIF_REGTYPE,
SCIx_HSCIF_REGTYPE,
- SCIx_RZ_SCIFA_REGTYPE,
SCIx_NR_REGTYPES,
};