mei: don't use deprecated DEFINE_PCI_DEVICE_TABLE macro
Using struct pci_device_id is preferred over deprecated DEFINE_PCI_DEVICE_TABLE macro Signed-off-by: Tomas Winkler <tomas.winkler@intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:

committed by
Greg Kroah-Hartman

parent
34e267d0f4
commit
a05f8f86e4
@@ -34,7 +34,7 @@
|
||||
#include "mei_dev.h"
|
||||
#include "hw-txe.h"
|
||||
|
||||
static DEFINE_PCI_DEVICE_TABLE(mei_txe_pci_tbl) = {
|
||||
static const struct pci_device_id mei_txe_pci_tbl[] = {
|
||||
{PCI_DEVICE(PCI_VENDOR_ID_INTEL, 0x0F18)}, /* Baytrail */
|
||||
{0, }
|
||||
};
|
||||
|
Reference in New Issue
Block a user