Commit 76ae6d56 authored by Chris Wright's avatar Chris Wright

Make audit.h forward declarations unconditional.

Signed-off-by: default avatarChris Wright <chrisw@osdl.org>
parent 8fc24098
......@@ -125,15 +125,11 @@ struct audit_rule { /* for AUDIT_LIST, AUDIT_ADD, and AUDIT_DEL */
#ifdef __KERNEL__
#ifdef CONFIG_AUDIT
struct audit_buffer;
struct audit_context;
#endif
#ifdef CONFIG_AUDITSYSCALL
/* forward decl for audit_inode */
struct inode;
#ifdef CONFIG_AUDITSYSCALL
/* These are defined in auditsc.c */
/* Public API */
extern int audit_alloc(struct task_struct *task);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment