Staging: comedi: Remove comedi_devconfig typedef
[pandora-kernel.git] / drivers / staging / comedi / drivers / adv_pci1710.c
index 64aec32..934468b 100644 (file)
@@ -182,7 +182,7 @@ static const struct comedi_lrange range_pci171x_da = { 2, {
        }
 };
 
-static int pci1710_attach(struct comedi_device * dev, comedi_devconfig * it);
+static int pci1710_attach(struct comedi_device * dev, struct comedi_devconfig * it);
 static int pci1710_detach(struct comedi_device * dev);
 
 typedef struct {
@@ -1316,7 +1316,7 @@ static int pci1710_reset(struct comedi_device * dev)
 /*
 ==============================================================================
 */
-static int pci1710_attach(struct comedi_device * dev, comedi_devconfig * it)
+static int pci1710_attach(struct comedi_device * dev, struct comedi_devconfig * it)
 {
        struct comedi_subdevice *s;
        int ret, subdev, n_subdevices;