aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/kernel/debug.c
diff options
context:
space:
mode:
authorJoe Perches <joe@perches.com>2013-10-22 18:29:46 -0400
committerMartin Schwidefsky <schwidefsky@de.ibm.com>2013-10-28 03:36:25 -0400
commit302bfe20ade2a7d6d02632ae8a775a68f651c0be (patch)
tree3b0a2b3b361b7486b3b815e41bdcdd66aa6cb4fc /arch/s390/kernel/debug.c
parentcb4deb69624c19980dded34a8cba7b67044c9fa9 (diff)
s390: convert use of typedef ctl_table to struct ctl_table
This typedef is unnecessary and should just be removed. Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Diffstat (limited to 'arch/s390/kernel/debug.c')
-rw-r--r--arch/s390/kernel/debug.c2
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 */
891static int 891static int
892s390dbf_procactive(ctl_table *table, int write, 892s390dbf_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)