diff options
author | Jiri Slaby <jslaby@suse.cz> | 2021-03-02 09:21:36 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2021-03-10 11:34:06 +0300 |
commit | 67b1544a55c94b62f68488d5fcbc93cca293dc32 (patch) | |
tree | a38adfde3ad5c29b9cdc1fcbf3aec3243776eba5 /drivers/tty/Makefile | |
parent | f76edd8f7ce06cdff2fe5b6b39a49644c684a161 (diff) | |
download | linux-67b1544a55c94b62f68488d5fcbc93cca293dc32.tar.xz |
tty: isicom, remove this orphan
The Isicom driver was orphaned by commit d86b3001a1a6 (MAINTAINERS:
orphan isicom) 10 years ago. Noone stepped up to take care of them and
to fix all the issues the driver has.
So it's time to drop the driver with all its traces.
Signed-off-by: Jiri Slaby <jslaby@suse.cz>
Link: https://lore.kernel.org/r/20210302062214.29627-6-jslaby@suse.cz
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/tty/Makefile')
-rw-r--r-- | drivers/tty/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/tty/Makefile b/drivers/tty/Makefile index 94eb2bf75763..a34055bc8b7a 100644 --- a/drivers/tty/Makefile +++ b/drivers/tty/Makefile @@ -18,7 +18,6 @@ obj-$(CONFIG_SERIAL_DEV_BUS) += serdev/ # tty drivers obj-$(CONFIG_AMIGA_BUILTIN_SERIAL) += amiserial.o -obj-$(CONFIG_ISI) += isicom.o obj-$(CONFIG_MOXA_INTELLIO) += moxa.o obj-$(CONFIG_MOXA_SMARTIO) += mxser.o obj-$(CONFIG_NOZOMI) += nozomi.o |