diff options
Diffstat (limited to 'arch/s390/kernel/debug.c')
-rw-r--r-- | arch/s390/kernel/debug.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/s390/kernel/debug.c b/arch/s390/kernel/debug.c index 17d62fe5d7b7..ee8390da6ea7 100644 --- a/arch/s390/kernel/debug.c +++ b/arch/s390/kernel/debug.c | |||
@@ -889,7 +889,7 @@ static int debug_active=1; | |||
889 | * if debug_active is already off | 889 | * if debug_active is already off |
890 | */ | 890 | */ |
891 | static int | 891 | static int |
892 | s390dbf_procactive(ctl_table *table, int write, | 892 | s390dbf_procactive(struct ctl_table *table, int write, |
893 | void __user *buffer, size_t *lenp, loff_t *ppos) | 893 | void __user *buffer, size_t *lenp, loff_t *ppos) |
894 | { | 894 | { |
895 | if (!write || debug_stoppable || !debug_active) | 895 | if (!write || debug_stoppable || !debug_active) |