aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/firewire/fw-device-cdev.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/firewire/fw-device-cdev.c')
-rw-r--r--drivers/firewire/fw-device-cdev.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/firewire/fw-device-cdev.c b/drivers/firewire/fw-device-cdev.c
index 117bc6db54af..5ffc58c6624c 100644
--- a/drivers/firewire/fw-device-cdev.c
+++ b/drivers/firewire/fw-device-cdev.c
@@ -612,6 +612,6 @@ const struct file_operations fw_device_ops = {
612 .mmap = fw_device_op_mmap, 612 .mmap = fw_device_op_mmap,
613 613
614#ifdef CONFIG_COMPAT 614#ifdef CONFIG_COMPAT
615 .compat_ioctl = fw_device_op_compat_ioctl 615 .compat_ioctl = fw_device_op_compat_ioctl,
616#endif 616#endif
617}; 617};