1
0
Fork 0

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>
hifive-unleashed-5.1
Jingoo Han 2013-12-03 08:27:13 +09:00 committed by Greg Kroah-Hartman
parent 001d1953ea
commit 0f4054df0b
1 changed files with 1 additions and 1 deletions

View File

@ -228,7 +228,7 @@ static void mf624_pci_remove(struct pci_dev *dev)
kfree(info);
}
static DEFINE_PCI_DEVICE_TABLE(mf624_pci_id) = {
static const struct pci_device_id mf624_pci_id[] = {
{ PCI_DEVICE(PCI_VENDOR_ID_HUMUSOFT, PCI_DEVICE_ID_MF624) },
{ 0, }
};