diff options
Diffstat (limited to 'kernel/profile.c')
| -rw-r--r-- | kernel/profile.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/profile.c b/kernel/profile.c index b22a899934cc..66f841b7fbd3 100644 --- a/kernel/profile.c +++ b/kernel/profile.c | |||
| @@ -555,6 +555,7 @@ static ssize_t write_profile(struct file *file, const char __user *buf, | |||
| 555 | static const struct file_operations proc_profile_operations = { | 555 | static const struct file_operations proc_profile_operations = { |
| 556 | .read = read_profile, | 556 | .read = read_profile, |
| 557 | .write = write_profile, | 557 | .write = write_profile, |
| 558 | .llseek = default_llseek, | ||
| 558 | }; | 559 | }; |
| 559 | 560 | ||
| 560 | #ifdef CONFIG_SMP | 561 | #ifdef CONFIG_SMP |
