s390: rename struct _lowcore to struct lowcore
[cascardo/linux.git] / arch / s390 / kernel / ipl.c
index 26d58cf..0a5a6b6 100644 (file)
@@ -2041,9 +2041,9 @@ static void do_reset_calls(void)
 
 void s390_reset_system(void)
 {
-       struct _lowcore *lc;
+       struct lowcore *lc;
 
-       lc = (struct _lowcore *)(unsigned long) store_prefix();
+       lc = (struct lowcore *)(unsigned long) store_prefix();
 
        /* Stack for interrupt/machine check handler */
        lc->panic_stack = S390_lowcore.panic_stack;