diff options
Diffstat (limited to 'drivers/pcmcia/cistpl.c')
-rw-r--r-- | drivers/pcmcia/cistpl.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/pcmcia/cistpl.c b/drivers/pcmcia/cistpl.c index a8aa7b9cf641..8567f4fad501 100644 --- a/drivers/pcmcia/cistpl.c +++ b/drivers/pcmcia/cistpl.c | |||
@@ -385,6 +385,7 @@ int pcmcia_replace_cis(struct pcmcia_socket *s, cisdump_t *cis) | |||
385 | memcpy(s->fake_cis, cis->Data, cis->Length); | 385 | memcpy(s->fake_cis, cis->Data, cis->Length); |
386 | return CS_SUCCESS; | 386 | return CS_SUCCESS; |
387 | } | 387 | } |
388 | EXPORT_SYMBOL(pcmcia_replace_cis); | ||
388 | 389 | ||
389 | /*====================================================================== | 390 | /*====================================================================== |
390 | 391 | ||