serial: 8250_pci: Remove empty stub pci_quatech_exit()
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Tue, 26 Oct 2021 13:34:52 +0000 (16:34 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 26 Oct 2021 17:18:10 +0000 (19:18 +0200)
commit175003d7f9d15d4d5172f48d51e926acac676ad6
treef0f9682fc8a3c279c5e6d737a68844d161771605
parent4290242776a603d1acc9ae944e7396057d7aec66
serial: 8250_pci: Remove empty stub pci_quatech_exit()

The ->exit() callback is checked for presence anyway,
no need to have an empty stub.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Link: https://lore.kernel.org/r/20211026133452.61657-2-andriy.shevchenko@linux.intel.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/8250/8250_pci.c