]> git.baikalelectronics.ru Git - kernel.git/commit
tty/synclink: remove leftover bits of non-PCI card support
authorChristoph Hellwig <hch@lst.de>
Mon, 27 Jul 2020 13:05:01 +0000 (15:05 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 29 Jul 2020 15:08:36 +0000 (17:08 +0200)
commite2e7ea118e18edd20b68f18872a5b2cefe605f49
tree29b0f88f1f3fa3b85ae3becc284f75533325e88e
parent623e82f8d3ddf9f5e31278b4b67eaa28a3d5ce2a
tty/synclink: remove leftover bits of non-PCI card support

Since commit 789588c39f38 ("tty/synclink: remove ISA support"), the
synlink driver only supports PCI card.  Remove any leftover dead code
to support other cards.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Link: https://lore.kernel.org/r/20200727130501.31005-1-hch@lst.de
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/synclink.c