I forgot to rename comedi_compat_ioctl_ function back to
authorIan Abbott <abbotti@mev.co.uk>
Fri, 9 Nov 2007 12:17:14 +0000 (12:17 +0000)
committerIan Abbott <abbotti@mev.co.uk>
Fri, 9 Nov 2007 12:17:14 +0000 (12:17 +0000)
comedi_compat_ioctl in the previous commit.

comedi/comedi_compat32.c

index dd7936fbbc91e1d6d6b8a87038a6e518f837516a..2dabbc73ce616571e4276053ca4ff25f88b55208 100644 (file)
@@ -481,7 +481,7 @@ static inline int raw_ioctl(struct file *file, unsigned int cmd,
 
 /* compat_ioctl file operation. */
 /* Returns -ENOIOCTLCMD for unrecognised ioctl codes. */
-long comedi_compat_ioctl_(struct file *file, unsigned int cmd,
+long comedi_compat_ioctl(struct file *file, unsigned int cmd,
                unsigned long arg)
 {
        return raw_ioctl(file, cmd, arg);