vme: 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>
This commit is contained in:

کامیت شده توسط
Greg Kroah-Hartman

والد
d7729f0fc4
کامیت
c3a09c18ed
@@ -27,7 +27,7 @@ static void __iomem *vmic_base;
|
||||
|
||||
static const char driver_name[] = "vmivme_7805";
|
||||
|
||||
static DEFINE_PCI_DEVICE_TABLE(vmic_ids) = {
|
||||
static const struct pci_device_id vmic_ids[] = {
|
||||
{ PCI_DEVICE(PCI_VENDOR_ID_VMIC, PCI_DEVICE_ID_VTIMR) },
|
||||
{ },
|
||||
};
|
||||
|
مرجع در شماره جدید
Block a user