diff options
Diffstat (limited to 'drivers/isdn/hisax/avma1_cs.c')
-rw-r--r-- | drivers/isdn/hisax/avma1_cs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/isdn/hisax/avma1_cs.c b/drivers/isdn/hisax/avma1_cs.c index ac4dd7857cb..8f0ad2a52e8 100644 --- a/drivers/isdn/hisax/avma1_cs.c +++ b/drivers/isdn/hisax/avma1_cs.c | |||
@@ -146,7 +146,7 @@ static void avma1cs_release(struct pcmcia_device *link) | |||
146 | pcmcia_disable_device(link); | 146 | pcmcia_disable_device(link); |
147 | } /* avma1cs_release */ | 147 | } /* avma1cs_release */ |
148 | 148 | ||
149 | static struct pcmcia_device_id avma1cs_ids[] = { | 149 | static const struct pcmcia_device_id avma1cs_ids[] = { |
150 | PCMCIA_DEVICE_PROD_ID12("AVM", "ISDN A", 0x95d42008, 0xadc9d4bb), | 150 | PCMCIA_DEVICE_PROD_ID12("AVM", "ISDN A", 0x95d42008, 0xadc9d4bb), |
151 | PCMCIA_DEVICE_PROD_ID12("ISDN", "CARD", 0x8d9761c8, 0x01c5aa7b), | 151 | PCMCIA_DEVICE_PROD_ID12("ISDN", "CARD", 0x8d9761c8, 0x01c5aa7b), |
152 | PCMCIA_DEVICE_NULL | 152 | PCMCIA_DEVICE_NULL |