audit: hide auditsc_get_stamp and audit_serial prototypes
authorRichard Guy Briggs <rgb@redhat.com>
Tue, 5 Feb 2019 21:06:30 +0000 (16:06 -0500)
committerPaul Moore <paul@paul-moore.com>
Fri, 8 Feb 2019 02:44:27 +0000 (21:44 -0500)
commitcd108b5c51db30aa01657322bb89e48c98216ff9
tree8439e151ee074d05805be5d2e7e7b2278bfffe26
parent18f5c1d567a5d16aa6ebac6a2f42e51fc5030baa
audit: hide auditsc_get_stamp and audit_serial prototypes

auditsc_get_stamp() and audit_serial() are internal audit functions so
move their prototypes from include/linux/audit.h to kernel/audit.h
so they are not visible to the rest of the kernel.

Signed-off-by: Richard Guy Briggs <rgb@redhat.com>
Signed-off-by: Paul Moore <paul@paul-moore.com>
include/linux/audit.h
kernel/audit.h