diff options
Diffstat (limited to 'drivers/pcmcia/i82365.c')
-rw-r--r-- | drivers/pcmcia/i82365.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pcmcia/i82365.c b/drivers/pcmcia/i82365.c index ea74f98a7350..72ff2f615b33 100644 --- a/drivers/pcmcia/i82365.c +++ b/drivers/pcmcia/i82365.c | |||
@@ -1298,7 +1298,7 @@ static int __init init_i82365(void) | |||
1298 | 1298 | ||
1299 | /* register sockets with the pcmcia core */ | 1299 | /* register sockets with the pcmcia core */ |
1300 | for (i = 0; i < sockets; i++) { | 1300 | for (i = 0; i < sockets; i++) { |
1301 | socket[i].socket.dev.dev = &i82365_device->dev; | 1301 | socket[i].socket.dev.parent = &i82365_device->dev; |
1302 | socket[i].socket.ops = &pcic_operations; | 1302 | socket[i].socket.ops = &pcic_operations; |
1303 | socket[i].socket.resource_ops = &pccard_nonstatic_ops; | 1303 | socket[i].socket.resource_ops = &pccard_nonstatic_ops; |
1304 | socket[i].socket.owner = THIS_MODULE; | 1304 | socket[i].socket.owner = THIS_MODULE; |