Loading arch/mips/basler/excite/excite_iodev.c +1 −1 Original line number Diff line number Diff line Loading @@ -48,7 +48,7 @@ static DECLARE_WAIT_QUEUE_HEAD(wq); static struct file_operations fops = static const struct file_operations fops = { .owner = THIS_MODULE, .open = iodev_open, Loading arch/mips/kernel/proc.c +1 −1 Original line number Diff line number Diff line Loading @@ -90,7 +90,7 @@ static void c_stop(struct seq_file *m, void *v) { } struct seq_operations cpuinfo_op = { const struct seq_operations cpuinfo_op = { .start = c_start, .next = c_next, .stop = c_stop, Loading Loading
arch/mips/basler/excite/excite_iodev.c +1 −1 Original line number Diff line number Diff line Loading @@ -48,7 +48,7 @@ static DECLARE_WAIT_QUEUE_HEAD(wq); static struct file_operations fops = static const struct file_operations fops = { .owner = THIS_MODULE, .open = iodev_open, Loading
arch/mips/kernel/proc.c +1 −1 Original line number Diff line number Diff line Loading @@ -90,7 +90,7 @@ static void c_stop(struct seq_file *m, void *v) { } struct seq_operations cpuinfo_op = { const struct seq_operations cpuinfo_op = { .start = c_start, .next = c_next, .stop = c_stop, Loading