diff options
Diffstat (limited to 'drivers/pcmcia/at91_cf.c')
-rw-r--r-- | drivers/pcmcia/at91_cf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pcmcia/at91_cf.c b/drivers/pcmcia/at91_cf.c index b31862837534..99baabc23599 100644 --- a/drivers/pcmcia/at91_cf.c +++ b/drivers/pcmcia/at91_cf.c | |||
@@ -277,7 +277,7 @@ static int __init at91_cf_probe(struct platform_device *pdev) | |||
277 | board->det_pin, board->irq_pin); | 277 | board->det_pin, board->irq_pin); |
278 | 278 | ||
279 | cf->socket.owner = THIS_MODULE; | 279 | cf->socket.owner = THIS_MODULE; |
280 | cf->socket.dev.dev = &pdev->dev; | 280 | cf->socket.dev.parent = &pdev->dev; |
281 | cf->socket.ops = &at91_cf_ops; | 281 | cf->socket.ops = &at91_cf_ops; |
282 | cf->socket.resource_ops = &pccard_static_ops; | 282 | cf->socket.resource_ops = &pccard_static_ops; |
283 | cf->socket.features = SS_CAP_PCCARD | SS_CAP_STATIC_MAP | 283 | cf->socket.features = SS_CAP_PCCARD | SS_CAP_STATIC_MAP |