diff options
Diffstat (limited to 'drivers/acpi/debugfs.c')
-rw-r--r-- | drivers/acpi/debugfs.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/acpi/debugfs.c b/drivers/acpi/debugfs.c index 7de27d49c4b9..6355b575ee5a 100644 --- a/drivers/acpi/debugfs.c +++ b/drivers/acpi/debugfs.c | |||
@@ -69,6 +69,7 @@ static ssize_t cm_write(struct file *file, const char __user * user_buf, | |||
69 | 69 | ||
70 | static const struct file_operations cm_fops = { | 70 | static const struct file_operations cm_fops = { |
71 | .write = cm_write, | 71 | .write = cm_write, |
72 | .llseek = default_llseek, | ||
72 | }; | 73 | }; |
73 | 74 | ||
74 | int __init acpi_debugfs_init(void) | 75 | int __init acpi_debugfs_init(void) |