summaryrefslogtreecommitdiffstats
path: root/scull
diff options
context:
space:
mode:
authorJavier Martinez Canillas <martinez.javier@gmail.com>2011-01-03 14:50:37 +0100
committerJavier Martinez Canillas <martinez.javier@gmail.com>2011-01-03 14:50:37 +0100
commit5f027b40d7402b782e4f26bc98ae635d0de8d316 (patch)
tree3d9a4d39951b7c0090c7a747ba3ecd1575f319f4 /scull
parentf440c4949ebc5ed0fea88cef5805419659daa8b5 (diff)
downloadldd3-5f027b40d7402b782e4f26bc98ae635d0de8d316.tar.gz
sculld: BLK ioctl pushdown API change
Diffstat (limited to 'scull')
-rw-r--r--scull/scull.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/scull/scull.h b/scull/scull.h
index 5b513e4..532e431 100644
--- a/scull/scull.h
+++ b/scull/scull.h
@@ -128,7 +128,7 @@ ssize_t scull_read(struct file *filp, char __user *buf, size_t count,
ssize_t scull_write(struct file *filp, const char __user *buf, size_t count,
loff_t *f_pos);
loff_t scull_llseek(struct file *filp, loff_t off, int whence);
-int scull_ioctl(struct file *filp, unsigned int cmd, unsigned long arg);
+long scull_ioctl(struct file *filp, unsigned int cmd, unsigned long arg);
/*