[PATCH] PCMCIA: fix drivers broken by recent cleanup
[pandora-kernel.git] / drivers / scsi / pcmcia / nsp_cs.c
index d72df5d..e16fe36 100644 (file)
@@ -1629,7 +1629,6 @@ static int nsp_cs_probe(struct pcmcia_device *link)
        /* General socket configuration */
        link->conf.Attributes    = CONF_ENABLE_IRQ;
        link->conf.IntType       = INT_MEMORY_AND_IO;
-       link->conf.Present       = PRESENT_OPTION;
 
        ret = nsp_cs_config(link);