diff options
Diffstat (limited to 'kernel/auditsc.c')
-rw-r--r-- | kernel/auditsc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/auditsc.c b/kernel/auditsc.c index e1062f66b01b..7aaeb38b262a 100644 --- a/kernel/auditsc.c +++ b/kernel/auditsc.c | |||
@@ -1594,7 +1594,7 @@ static void audit_log_exit(struct audit_context *context, struct task_struct *ts | |||
1594 | * | 1594 | * |
1595 | * Called from copy_process and do_exit | 1595 | * Called from copy_process and do_exit |
1596 | */ | 1596 | */ |
1597 | void audit_free(struct task_struct *tsk) | 1597 | void __audit_free(struct task_struct *tsk) |
1598 | { | 1598 | { |
1599 | struct audit_context *context; | 1599 | struct audit_context *context; |
1600 | 1600 | ||