serial: 8250_exar: Make use of PCI_DEVICE_DATA() macro
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Tue, 12 May 2020 14:02:52 +0000 (17:02 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 15 May 2020 10:25:15 +0000 (12:25 +0200)
commit24637007394e85737ff1798fcd0f62f1fd7dc6af
tree75ecdda46d231f32f89881ab70b5ac77b67b9aa3
parent6cf61b9bd7cc95ebaeb256155f2c83966555151a
serial: 8250_exar: Make use of PCI_DEVICE_DATA() macro

Since PCI core provides a generic PCI_DEVICE_DATA() macro,
replace contents of EXAR_DEVICE() with former one.

No functional change intended.

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