diff options
Diffstat (limited to 'drivers/firewire/fw-device-cdev.c')
-rw-r--r-- | drivers/firewire/fw-device-cdev.c | 2 |
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 = { .mmap = fw_device_op_mmap, #ifdef CONFIG_COMPAT - .compat_ioctl = fw_device_op_compat_ioctl + .compat_ioctl = fw_device_op_compat_ioctl, #endif }; |