mxser: use PCI_DEVICE_DATA
authorJiri Slaby <jslaby@suse.cz>
Thu, 18 Nov 2021 07:31:25 +0000 (08:31 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 25 Nov 2021 17:33:22 +0000 (18:33 +0100)
commitc668d5676461b9449b7a3e11912db3fba9ace94d
tree14b97b1a0cb81efe7686371275ed9b9f632ae55d
parent4167bd25ec3bc221387ec6811c05eadfe3cf1d3e
mxser: use PCI_DEVICE_DATA

Now that we have all the PCI device IDs unified, we can use
PCI_DEVICE_DATA() macro to simplify mxser's pci_device_id list, i.e.
mxser_pcibrds.

Signed-off-by: Jiri Slaby <jslaby@suse.cz>
Link: https://lore.kernel.org/r/20211118073125.12283-20-jslaby@suse.cz
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/mxser.c