tty/synclink: remove ISA support
authorChristoph Hellwig <hch@lst.de>
Mon, 11 Feb 2019 13:25:34 +0000 (14:25 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 12 Feb 2019 07:51:33 +0000 (08:51 +0100)
commit1355cba9c3bae4196f4d9ae4a38ae2f1e9002bea
tree4475b257ef2c4f88cec1174599e0d9b99c3231e1
parent54b2f300f3862ae57c78f9c080f86b973cf2d8b1
tty/synclink: remove ISA support

The ISA support in this driver is horribly outdated and the last
driver that passes a NULL dev argument to the DMA mapping routines.

Drop the support, if someone wants to go through the work of converting
it to a proper isa_driver we can resurrect it.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/synclink.c