tty: audit: Combine push functions
authorPeter Hurley <peter@hurleysoftware.com>
Sun, 10 Jan 2016 06:55:31 +0000 (22:55 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 28 Jan 2016 00:41:04 +0000 (16:41 -0800)
commit37282a77954aa2dbb339d15902290f25b868d2e8
treec4c04eac2ad8c45f3b56f4ef4615d4aec5ec1cb9
parentb50819f437c094b4beb2e8684fbe12bbe79fb331
tty: audit: Combine push functions

tty_audit_push() and tty_audit_push_current() perform identical
tasks; eliminate the tty_audit_push() implementation and the
tty_audit_push_current() name.

Signed-off-by: Peter Hurley <peter@hurleysoftware.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/tty_audit.c
include/linux/tty.h
kernel/audit.c