]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/staging/comedi/drivers/rtd520.c
Staging: comedi: Remove comedi_devconfig typedef
[linux-2.6-omap-h63xx.git] / drivers / staging / comedi / drivers / rtd520.c
index c919b8efdb3ee80edb3291ead5859629954c9de1..ca347f21d140314aef191be36966863f0037eb77 100644 (file)
@@ -680,7 +680,7 @@ struct rtdPrivate {
  * the board, and also about the kernel module that contains
  * the device code.
  */
-static int rtd_attach(struct comedi_device *dev, comedi_devconfig *it);
+static int rtd_attach(struct comedi_device *dev, struct comedi_devconfig *it);
 static int rtd_detach(struct comedi_device *dev);
 
 static struct comedi_driver rtd520Driver = {
@@ -715,7 +715,7 @@ static int rtd520_probe_fifo_depth(struct comedi_device *dev);
  * in the driver structure, dev->board_ptr contains that
  * address.
  */
-static int rtd_attach(struct comedi_device *dev, comedi_devconfig *it)
+static int rtd_attach(struct comedi_device *dev, struct comedi_devconfig *it)
 {                              /* board name and options flags */
        struct comedi_subdevice *s;
        struct pci_dev *pcidev;