aboutsummaryrefslogtreecommitdiffstats
path: root/arch/cris/arch-v32
diff options
context:
space:
mode:
Diffstat (limited to 'arch/cris/arch-v32')
-rw-r--r--arch/cris/arch-v32/kernel/fasttimer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/cris/arch-v32/kernel/fasttimer.c b/arch/cris/arch-v32/kernel/fasttimer.c
index e43dd70acd96..f6644535b17e 100644
--- a/arch/cris/arch-v32/kernel/fasttimer.c
+++ b/arch/cris/arch-v32/kernel/fasttimer.c
@@ -616,7 +616,7 @@ static const struct file_operations proc_fasttimer_fops = {
616 .open = proc_fasttimer_open, 616 .open = proc_fasttimer_open,
617 .read = seq_read, 617 .read = seq_read,
618 .llseek = seq_lseek, 618 .llseek = seq_lseek,
619 .release = seq_release, 619 .release = single_release,
620}; 620};
621 621
622#endif /* PROC_FS */ 622#endif /* PROC_FS */