diff options
Diffstat (limited to 'drivers/net/can/softing/softing_cs.c')
-rw-r--r-- | drivers/net/can/softing/softing_cs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/can/softing/softing_cs.c b/drivers/net/can/softing/softing_cs.c index c11bb4de8630..c0e1b1eb87a9 100644 --- a/drivers/net/can/softing/softing_cs.c +++ b/drivers/net/can/softing/softing_cs.c | |||
@@ -315,7 +315,7 @@ pcmcia_failed: | |||
315 | return ret ?: -ENODEV; | 315 | return ret ?: -ENODEV; |
316 | } | 316 | } |
317 | 317 | ||
318 | static /*const*/ struct pcmcia_device_id softingcs_ids[] = { | 318 | static const struct pcmcia_device_id softingcs_ids[] = { |
319 | /* softing */ | 319 | /* softing */ |
320 | PCMCIA_DEVICE_MANF_CARD(0x0168, 0x0001), | 320 | PCMCIA_DEVICE_MANF_CARD(0x0168, 0x0001), |
321 | PCMCIA_DEVICE_MANF_CARD(0x0168, 0x0002), | 321 | PCMCIA_DEVICE_MANF_CARD(0x0168, 0x0002), |