diff options
Diffstat (limited to 'drivers/misc/mei/pci-txe.c')
-rw-r--r-- | drivers/misc/mei/pci-txe.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/misc/mei/pci-txe.c b/drivers/misc/mei/pci-txe.c index a5bf39ad3ff1..ad3adb009a1e 100644 --- a/drivers/misc/mei/pci-txe.c +++ b/drivers/misc/mei/pci-txe.c | |||
@@ -34,7 +34,7 @@ | |||
34 | #include "mei_dev.h" | 34 | #include "mei_dev.h" |
35 | #include "hw-txe.h" | 35 | #include "hw-txe.h" |
36 | 36 | ||
37 | static DEFINE_PCI_DEVICE_TABLE(mei_txe_pci_tbl) = { | 37 | static const struct pci_device_id mei_txe_pci_tbl[] = { |
38 | {PCI_DEVICE(PCI_VENDOR_ID_INTEL, 0x0F18)}, /* Baytrail */ | 38 | {PCI_DEVICE(PCI_VENDOR_ID_INTEL, 0x0F18)}, /* Baytrail */ |
39 | {0, } | 39 | {0, } |
40 | }; | 40 | }; |