X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=linux_module%2Fiface-host-dev.c;fp=linux_module%2Fiface-host-dev.c;h=22070dad33ecd1b844e0d50d2c39e3c5d42de126;hb=f0d84b1fde4ae3f2e72de0de94610fd8f2f79975;hp=a1e69c478b18964f33367f4aa9dd6b8c81e92d7d;hpb=644dde98e56da70fdcc35dbcd6d1a66bc6c8ed8f;p=palacios.git diff --git a/linux_module/iface-host-dev.c b/linux_module/iface-host-dev.c index a1e69c4..22070da 100644 --- a/linux_module/iface-host-dev.c +++ b/linux_module/iface-host-dev.c @@ -605,9 +605,8 @@ static struct file_operations host_dev_fops = { .release = host_dev_release, #ifdef HAVE_COMPAT_IOCTL .compat_ioctl = host_dev_compat_ioctl, -#else - .ioctl = host_dev_ioctl, #endif + .ioctl = host_dev_ioctl, };