Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

uio: uio_mf624: remove DEFINE_PCI_DEVICE_TABLE macro

Don't use DEFINE_PCI_DEVICE_TABLE macro, because this macro
is not preferred.

Signed-off-by: Jingoo Han <jg1.han@samsung.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Jingoo Han and committed by
Greg Kroah-Hartman
0f4054df 001d1953

+1 -1
+1 -1
drivers/uio/uio_mf624.c
··· 228 228 kfree(info); 229 229 } 230 230 231 - static DEFINE_PCI_DEVICE_TABLE(mf624_pci_id) = { 231 + static const struct pci_device_id mf624_pci_id[] = { 232 232 { PCI_DEVICE(PCI_VENDOR_ID_HUMUSOFT, PCI_DEVICE_ID_MF624) }, 233 233 { 0, } 234 234 };