]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitd5a33e9e5d8bc5b2e640a14a74eaba98cfae9ae7
tree938188dfff082a6b5b202fc3849bd4dc807232dc
parent88fd2241ca4d2bb32d6e293ff1f4559647796bea
tty/serial: cleanup after ioc*_serial driver removal

Commit 55e1a24cf59d ("tty/serial: remove the ioc3_serial driver") and
commit 3d42f18c5c4a ("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]