diff options
| author | Mark Greer <[email protected]> | 2019-06-26 09:05:53 -0700 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2019-07-03 19:28:40 +0200 |
| commit | ecd6bf67da3126e8ec731c2dd8cb6c2f17d9563a (patch) | |
| tree | ab8cbeed872ba13fce52bcf0f2cd02f785af02f7 /include/uapi/linux | |
| parent | b7a8f766482fa5893ca95cbf83195e60e96e389e (diff) | |
serial: mpsc: Remove obsolete MPSC driver
Support for the Marvell MV64x60 line of bridge chips that contained
MPSC controllers has been removed and there are no other components
that have that controller so remove its driver.
Signed-off-by: Mark Greer <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'include/uapi/linux')
| -rw-r--r-- | include/uapi/linux/serial_core.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/uapi/linux/serial_core.h b/include/uapi/linux/serial_core.h index 67c4aaaa2308..5642c05e0da0 100644 --- a/include/uapi/linux/serial_core.h +++ b/include/uapi/linux/serial_core.h @@ -129,7 +129,7 @@ /* Motorola i.MX SoC */ #define PORT_IMX 62 -/* Marvell MPSC */ +/* Marvell MPSC (obsolete unused) */ #define PORT_MPSC 63 /* TXX9 type number */ |