diff options
Diffstat (limited to 'drivers/net/can/pch_can.c')
-rw-r--r-- | drivers/net/can/pch_can.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/can/pch_can.c b/drivers/net/can/pch_can.c index 6472562efedc..a67eb01f3028 100644 --- a/drivers/net/can/pch_can.c +++ b/drivers/net/can/pch_can.c | |||
@@ -194,7 +194,7 @@ static const struct can_bittiming_const pch_can_bittiming_const = { | |||
194 | .brp_inc = 1, | 194 | .brp_inc = 1, |
195 | }; | 195 | }; |
196 | 196 | ||
197 | static DEFINE_PCI_DEVICE_TABLE(pch_pci_tbl) = { | 197 | static const struct pci_device_id pch_pci_tbl[] = { |
198 | {PCI_VENDOR_ID_INTEL, 0x8818, PCI_ANY_ID, PCI_ANY_ID,}, | 198 | {PCI_VENDOR_ID_INTEL, 0x8818, PCI_ANY_ID, PCI_ANY_ID,}, |
199 | {0,} | 199 | {0,} |
200 | }; | 200 | }; |