aboutsummaryrefslogtreecommitdiff
path: root/arch/cris/kernel/profile.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/cris/kernel/profile.c')
-rw-r--r--arch/cris/kernel/profile.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/cris/kernel/profile.c b/arch/cris/kernel/profile.c
index 195ec5fa0dd..b82e08615d1 100644
--- a/arch/cris/kernel/profile.c
+++ b/arch/cris/kernel/profile.c
@@ -59,6 +59,7 @@ write_cris_profile(struct file *file, const char __user *buf,
static const struct file_operations cris_proc_profile_operations = {
.read = read_cris_profile,
.write = write_cris_profile,
+ .llseek = default_llseek,
};
static int __init init_cris_profile(void)