headers: utsname.h redux
[deliverable/linux.git] / arch / powerpc / kernel / setup-common.c
index 02fed27af7f64ed72cfad7ed344955721c3d546b..74cd1a7d0d4b217937d7b27ef51c9dcece13c94a 100644 (file)
@@ -24,7 +24,6 @@
 #include <linux/seq_file.h>
 #include <linux/ioport.h>
 #include <linux/console.h>
-#include <linux/utsname.h>
 #include <linux/screen_info.h>
 #include <linux/root_dev.h>
 #include <linux/notifier.h>
@@ -328,7 +327,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,
This page took 0.027782 seconds and 5 git commands to generate.