diff options
-rw-r--r-- | drivers/xen/privcmd.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/xen/privcmd.c b/drivers/xen/privcmd.c index 4e8d3da89ad5..ccee0f16bcf8 100644 --- a/drivers/xen/privcmd.c +++ b/drivers/xen/privcmd.c | |||
@@ -365,7 +365,6 @@ static long privcmd_ioctl(struct file *file, | |||
365 | return ret; | 365 | return ret; |
366 | } | 366 | } |
367 | 367 | ||
368 | #ifndef HAVE_ARCH_PRIVCMD_MMAP | ||
369 | static int privcmd_fault(struct vm_area_struct *vma, struct vm_fault *vmf) | 368 | static int privcmd_fault(struct vm_area_struct *vma, struct vm_fault *vmf) |
370 | { | 369 | { |
371 | printk(KERN_DEBUG "privcmd_fault: vma=%p %lx-%lx, pgoff=%lx, uv=%p\n", | 370 | printk(KERN_DEBUG "privcmd_fault: vma=%p %lx-%lx, pgoff=%lx, uv=%p\n", |
@@ -398,7 +397,6 @@ static int privcmd_enforce_singleshot_mapping(struct vm_area_struct *vma) | |||
398 | { | 397 | { |
399 | return (xchg(&vma->vm_private_data, (void *)1) == NULL); | 398 | return (xchg(&vma->vm_private_data, (void *)1) == NULL); |
400 | } | 399 | } |
401 | #endif | ||
402 | 400 | ||
403 | const struct file_operations xen_privcmd_fops = { | 401 | const struct file_operations xen_privcmd_fops = { |
404 | .owner = THIS_MODULE, | 402 | .owner = THIS_MODULE, |