From: Ian Abbott Date: Fri, 9 Nov 2007 12:17:14 +0000 (+0000) Subject: I forgot to rename comedi_compat_ioctl_ function back to X-Git-Tag: v0_7_76~81 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=e43f7cdb22784644c1b71b548d3a36eb21f31e4b;p=comedi.git I forgot to rename comedi_compat_ioctl_ function back to comedi_compat_ioctl in the previous commit. --- diff --git a/comedi/comedi_compat32.c b/comedi/comedi_compat32.c index dd7936fb..2dabbc73 100644 --- a/comedi/comedi_compat32.c +++ b/comedi/comedi_compat32.c @@ -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);