diff options
Diffstat (limited to 'drivers/virt/fsl_hypervisor.c')
-rw-r--r-- | drivers/virt/fsl_hypervisor.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/virt/fsl_hypervisor.c b/drivers/virt/fsl_hypervisor.c index 3d9162151fd2..4939e0ccc4e5 100644 --- a/drivers/virt/fsl_hypervisor.c +++ b/drivers/virt/fsl_hypervisor.c | |||
@@ -706,6 +706,7 @@ static const struct file_operations fsl_hv_fops = { | |||
706 | .poll = fsl_hv_poll, | 706 | .poll = fsl_hv_poll, |
707 | .read = fsl_hv_read, | 707 | .read = fsl_hv_read, |
708 | .unlocked_ioctl = fsl_hv_ioctl, | 708 | .unlocked_ioctl = fsl_hv_ioctl, |
709 | .compat_ioctl = fsl_hv_ioctl, | ||
709 | }; | 710 | }; |
710 | 711 | ||
711 | static struct miscdevice fsl_hv_misc_dev = { | 712 | static struct miscdevice fsl_hv_misc_dev = { |