aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-s390/ipl.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-s390/ipl.h')
-rw-r--r--include/asm-s390/ipl.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/asm-s390/ipl.h b/include/asm-s390/ipl.h
index 0eb64083480a..15bb0b529551 100644
--- a/include/asm-s390/ipl.h
+++ b/include/asm-s390/ipl.h
@@ -74,10 +74,9 @@ struct ipl_parameter_block {
74} __attribute__((packed)); 74} __attribute__((packed));
75 75
76/* 76/*
77 * IPL validity flags and parameters as detected in head.S 77 * IPL validity flags
78 */ 78 */
79extern u32 ipl_flags; 79extern u32 ipl_flags;
80extern u16 ipl_devno;
81 80
82extern u32 dump_prefix_page; 81extern u32 dump_prefix_page;
83extern void do_reipl(void); 82extern void do_reipl(void);