staging: comedi: 8255: add a comedi_device param to the (*io) callback
[cascardo/linux.git] / drivers / staging / comedi / drivers / pcl724.c
index c7f8eb1..946b058 100644 (file)
@@ -81,7 +81,8 @@ static const struct pcl724_board boardtypes[] = {
        },
 };
 
-static int pcl724_8255mapped_io(int dir, int port, int data,
+static int pcl724_8255mapped_io(struct comedi_device *dev,
+                               int dir, int port, int data,
                                unsigned long iobase)
 {
        int movport = SIZE_8255 * (iobase >> 12);