]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - drivers/isdn/hardware/avm/avm_cs.c
pcmcia: move config_{base,index,regs} to struct pcmcia_device
[mirror_ubuntu-artful-kernel.git] / drivers / isdn / hardware / avm / avm_cs.c
index 938ca4155c3b447b5fa87fbeb8f67e9bfbee6cd4..2d8bbbf286aa7c5c652254143d24220c0c0a3c3e 100644 (file)
@@ -80,8 +80,8 @@ static int avmcs_probe(struct pcmcia_device *p_dev)
 
     /* General socket configuration */
     p_dev->conf.Attributes = CONF_ENABLE_IRQ;
-    p_dev->conf.ConfigIndex = 1;
-    p_dev->conf.Present = PRESENT_OPTION;
+    p_dev->config_index = 1;
+    p_dev->config_regs = PRESENT_OPTION;
 
     return avmcs_config(p_dev);
 } /* avmcs_attach */