x86/mce: Make mce_subsys const
[linux-2.6-microblaze.git] / arch / x86 / kernel / cpu / mce / core.c
index bc39252..a2f78f6 100644 (file)
@@ -2431,7 +2431,7 @@ static void mce_enable_ce(void *all)
                __mcheck_cpu_init_timer();
 }
 
-static struct bus_type mce_subsys = {
+static const struct bus_type mce_subsys = {
        .name           = "machinecheck",
        .dev_name       = "machinecheck",
 };