serial/8250_pci: simplify Pericom handling
authorJan Beulich <JBeulich@suse.com>
Tue, 22 Dec 2015 15:57:06 +0000 (08:57 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 7 Feb 2016 06:51:04 +0000 (22:51 -0800)
commit8178a89eb89e025868992aff32ab78503ec5fa1e
tree936054e20f6379cdee999700c6eb51931614eac9
parent30c6c352ce4796f8c9815452db84c78805bbbe10
serial/8250_pci: simplify Pericom handling

Considering that pci_pericom_setup(()'s only difference to
pci_default_setup() is the setting of the uartclk field, and taking
into account that this field already gets taken care of by having the
base_baud field filled in the pci_boards[] entries, there's no need
for both the function and the quirks table entry.

Signed-off-by: Jan Beulich <jbeulich@suse.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/8250/8250_pci.c