tty/serial: cleanup after ioc*_serial driver removal
authorLukas Bulwahn <lukas.bulwahn@gmail.com>
Mon, 17 Feb 2020 13:44:05 +0000 (14:44 +0100)
committerTony Luck <tony.luck@intel.com>
Fri, 13 Mar 2020 23:12:17 +0000 (16:12 -0700)
commit172e7890406d6183b9b39271ffb434ff0a97ce72
tree938188dfff082a6b5b202fc3849bd4dc807232dc
parent90341cd8e0a9c2ec190a0cb2d9c3bc89a25eef6d
tty/serial: cleanup after ioc*_serial driver removal

Commit 9c860e4cf708 ("tty/serial: remove the ioc3_serial driver") and
commit a017ef17cfd8 ("tty/serial: remove the ioc4_serial driver") removed
the ioc{3,4}_serial driver, but missed some files.

Fortunately, ./scripts/get_maintainer.pl --self-test complains:

  warning: no file matches F: drivers/tty/serial/ioc?_serial.c

The driver is gone, so remove the header and maintainer
entry as well.

The serial.rst Documentation might be useful, so we keep it and update
the maintainer entry to the document's actual maintainers.

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Tony Luck <tony.luck@intel.com>
MAINTAINERS
include/linux/ioc3.h [deleted file]