|
@@ -30,8 +30,6 @@
|
|
|
#include "comedi.h"
|
|
|
#include "comedi_compat32.h"
|
|
|
|
|
|
-#ifdef CONFIG_COMPAT
|
|
|
-
|
|
|
#define COMEDI32_CHANINFO _IOR(CIO, 3, struct comedi32_chaninfo_struct)
|
|
|
#define COMEDI32_RANGEINFO _IOR(CIO, 8, struct comedi32_rangeinfo_struct)
|
|
|
/* N.B. COMEDI32_CMD and COMEDI_CMD ought to use _IOWR, not _IOR.
|
|
@@ -460,5 +458,3 @@ long comedi_compat_ioctl(struct file *file, unsigned int cmd, unsigned long arg)
|
|
|
{
|
|
|
return raw_ioctl(file, cmd, arg);
|
|
|
}
|
|
|
-
|
|
|
-#endif /* CONFIG_COMPAT */
|