diff options
Diffstat (limited to 'arch/um/include/kern_util.h')
-rw-r--r-- | arch/um/include/kern_util.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/um/include/kern_util.h b/arch/um/include/kern_util.h index 89e1dc835a..59cfa9e0ca 100644 --- a/arch/um/include/kern_util.h +++ b/arch/um/include/kern_util.h | |||
@@ -21,7 +21,7 @@ struct kern_handlers { | |||
21 | kern_hndl timer_handler; | 21 | kern_hndl timer_handler; |
22 | }; | 22 | }; |
23 | 23 | ||
24 | extern struct kern_handlers handlinfo_kern; | 24 | extern const struct kern_handlers handlinfo_kern; |
25 | 25 | ||
26 | extern int ncpus; | 26 | extern int ncpus; |
27 | extern char *linux_prog; | 27 | extern char *linux_prog; |