diff options
Diffstat (limited to 'drivers/block/brd.c')
-rw-r--r-- | drivers/block/brd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/block/brd.c b/drivers/block/brd.c index d070d492e385..2ea99f947667 100644 --- a/drivers/block/brd.c +++ b/drivers/block/brd.c | |||
@@ -376,7 +376,7 @@ static int brd_ioctl(struct inode *inode, struct file *file, | |||
376 | 376 | ||
377 | static struct block_device_operations brd_fops = { | 377 | static struct block_device_operations brd_fops = { |
378 | .owner = THIS_MODULE, | 378 | .owner = THIS_MODULE, |
379 | .ioctl = brd_ioctl, | 379 | .__ioctl = brd_ioctl, |
380 | #ifdef CONFIG_BLK_DEV_XIP | 380 | #ifdef CONFIG_BLK_DEV_XIP |
381 | .direct_access = brd_direct_access, | 381 | .direct_access = brd_direct_access, |
382 | #endif | 382 | #endif |