hrtimer: Rework hrtimer_nanosleep to make sys_compat_nanosleep easier
[powerpc.git] / kernel / sched_debug.c
index 27e82cb..a5e517e 100644 (file)
@@ -236,7 +236,7 @@ static int sched_debug_open(struct inode *inode, struct file *filp)
        return single_open(filp, sched_debug_show, NULL);
 }
 
-static struct file_operations sched_debug_fops = {
+static const struct file_operations sched_debug_fops = {
        .open           = sched_debug_open,
        .read           = seq_read,
        .llseek         = seq_lseek,