diff options
Diffstat (limited to 'drivers/char/raw.c')
-rw-r--r-- | drivers/char/raw.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/char/raw.c b/drivers/char/raw.c index 6e29bf2db536..5fc291c6157e 100644 --- a/drivers/char/raw.c +++ b/drivers/char/raw.c | |||
@@ -282,9 +282,7 @@ static long raw_ctl_compat_ioctl(struct file *file, unsigned int cmd, | |||
282 | #endif | 282 | #endif |
283 | 283 | ||
284 | static const struct file_operations raw_fops = { | 284 | static const struct file_operations raw_fops = { |
285 | .read = new_sync_read, | ||
286 | .read_iter = blkdev_read_iter, | 285 | .read_iter = blkdev_read_iter, |
287 | .write = new_sync_write, | ||
288 | .write_iter = blkdev_write_iter, | 286 | .write_iter = blkdev_write_iter, |
289 | .fsync = blkdev_fsync, | 287 | .fsync = blkdev_fsync, |
290 | .open = raw_open, | 288 | .open = raw_open, |