Staging: comedi: Finish removing ni_private typedef
[safe/jmp/linux-2.6] / drivers / staging / comedi / drivers / pcm3730.c
index 63b961b..41983d0 100644 (file)
@@ -19,16 +19,16 @@ Configuration options:
 
 #include <linux/ioport.h>
 
-#define PCM3730_SIZE 4         // consecutive io port addresses
+#define PCM3730_SIZE 4         /*  consecutive io port addresses */
 
-#define PCM3730_DOA 0          // offsets for each port
+#define PCM3730_DOA 0          /*  offsets for each port */
 #define PCM3730_DOB 2
 #define PCM3730_DOC 3
 #define PCM3730_DIA 0
 #define PCM3730_DIB 2
 #define PCM3730_DIC 3
 
-static int pcm3730_attach(struct comedi_device * dev, comedi_devconfig * it);
+static int pcm3730_attach(struct comedi_device * dev, struct comedi_devconfig * it);
 static int pcm3730_detach(struct comedi_device * dev);
 static struct comedi_driver driver_pcm3730 = {
       driver_name:"pcm3730",
@@ -63,7 +63,7 @@ static int pcm3730_di_insn_bits(struct comedi_device * dev, struct comedi_subdev
        return 2;
 }
 
-static int pcm3730_attach(struct comedi_device * dev, comedi_devconfig * it)
+static int pcm3730_attach(struct comedi_device * dev, struct comedi_devconfig * it)
 {
        struct comedi_subdevice *s;
        unsigned long iobase;