projects
/
comedi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4109021
)
I forgot to rename comedi_compat_ioctl_ function back to
author
Ian Abbott
<abbotti@mev.co.uk>
Fri, 9 Nov 2007 12:17:14 +0000
(12:17 +0000)
committer
Ian 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
patch
|
blob
|
history
diff --git
a/comedi/comedi_compat32.c
b/comedi/comedi_compat32.c
index dd7936fbbc91e1d6d6b8a87038a6e518f837516a..2dabbc73ce616571e4276053ca4ff25f88b55208 100644
(file)
--- 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);