]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/pcmcia/pcmcia_ioctl.c
PCI: add routines for debugging and handling lost interrupts
[linux-2.6-omap-h63xx.git] / drivers / pcmcia / pcmcia_ioctl.c
index c400872f5d3ba3fc09b95653e047b3e84816abe6..1703b20cad5d215ae1a2295329d87a2b253380f1 100644 (file)
@@ -858,10 +858,10 @@ static int ds_ioctl(struct inode * inode, struct file * file,
        break;
     case DS_PARSE_TUPLE:
        buf->tuple.TupleData = buf->tuple_parse.data;
-       ret = pccard_parse_tuple(&buf->tuple, &buf->tuple_parse.parse);
+       ret = pcmcia_parse_tuple(&buf->tuple, &buf->tuple_parse.parse);
        break;
     case DS_RESET_CARD:
-       ret = pccard_reset_card(s);
+       ret = pcmcia_reset_card(s);
        break;
     case DS_GET_STATUS:
            if (buf->status.Function &&