diff options
Diffstat (limited to 'arch/um/include')
-rw-r--r-- | arch/um/include/mconsole_kern.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/um/include/mconsole_kern.h b/arch/um/include/mconsole_kern.h index 73030e52b2ce..d2fe07e78958 100644 --- a/arch/um/include/mconsole_kern.h +++ b/arch/um/include/mconsole_kern.h | |||
@@ -20,7 +20,7 @@ struct mc_device { | |||
20 | char *name; | 20 | char *name; |
21 | int (*config)(char *, char **); | 21 | int (*config)(char *, char **); |
22 | int (*get_config)(char *, char *, int, char **); | 22 | int (*get_config)(char *, char *, int, char **); |
23 | int (*id)(char **, int *, int *); | 23 | int (*id)(char **, int *, int *); |
24 | int (*remove)(int, char **); | 24 | int (*remove)(int, char **); |
25 | }; | 25 | }; |
26 | 26 | ||