aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/audit.h
diff options
context:
space:
mode:
authorRichard Guy Briggs <rgb@redhat.com>2018-11-16 12:16:35 -0500
committerPaul Moore <paul@paul-moore.com>2018-11-19 12:26:27 -0500
commit0fe3c7fceb500de2d0adfb9dcf292580cd43ea38 (patch)
tree4a616a9e2052072545de4f42b320ff9ce94738f2 /include/linux/audit.h
parentaudit: Use 'mark' name for fsnotify_mark variables (diff)
downloadlinux-dev-0fe3c7fceb500de2d0adfb9dcf292580cd43ea38.tar.xz
linux-dev-0fe3c7fceb500de2d0adfb9dcf292580cd43ea38.zip
audit: localize audit_log_session_info prototype
The audit_log_session_info() function is only used in kernel/audit*, so move its prototype to kernel/audit.h Signed-off-by: Richard Guy Briggs <rgb@redhat.com> Signed-off-by: Paul Moore <paul@paul-moore.com>
Diffstat (limited to 'include/linux/audit.h')
-rw-r--r--include/linux/audit.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/audit.h b/include/linux/audit.h
index 9334fbef7bae..58cf665f597e 100644
--- a/include/linux/audit.h
+++ b/include/linux/audit.h
@@ -115,8 +115,6 @@ extern int audit_classify_compat_syscall(int abi, unsigned syscall);
struct filename;
-extern void audit_log_session_info(struct audit_buffer *ab);
-
#define AUDIT_OFF 0
#define AUDIT_ON 1
#define AUDIT_LOCKED 2