For COMEDI_BUFINFO ioctl, if subdevice has no async capability, set
[comedi.git] / comedi / comedi_compat32.h
index 8f556ee868525098b48fc0a86bd2600f0035570f..198aea5476f9151a6460737bf4c70cf13ce53478 100644 (file)
@@ -34,9 +34,8 @@
 
 #ifdef HAVE_COMPAT_IOCTL
 
-extern long comedi_compat_ioctl_(struct file *file, unsigned int cmd,
+extern long comedi_compat_ioctl(struct file *file, unsigned int cmd,
                unsigned long arg);
-#define comedi_compat_ioctl comedi_compat_ioctl_
 #define comedi_register_ioctl32() do{}while(0)
 #define comedi_unregister_ioctl32() do{}while(0)