diff --git a/drivers/block/tegra_virt_storage/tegra_hv_vblk.c b/drivers/block/tegra_virt_storage/tegra_hv_vblk.c index e1d25d90..324165fc 100644 --- a/drivers/block/tegra_virt_storage/tegra_hv_vblk.c +++ b/drivers/block/tegra_virt_storage/tegra_hv_vblk.c @@ -942,7 +942,7 @@ static const struct block_device_operations vblk_ops_no_ioctl = { .open = vblk_open, .release = vblk_release, .getgeo = vblk_getgeo, - .ioctl = vblk_ioctl + .ioctl = vblk_ioctl_not_supported }; /* The device operations structure. */