[PATCH 2/2] audit: remove unnecessary #if CONFIG_AUDIT

From: Gao feng
Date: Fri Apr 12 2013 - 05:38:25 EST


The files include kernel/audit.h are complied only
when CONFIG_AUDIT is set.

Just like audit_pid,there is no need to surround
audit_ever_enabled with CONFIG_AUDIT.

Signed-off-by: Gao feng <gaofeng@xxxxxxxxxxxxxx>
---
kernel/audit.h | 2 --
1 file changed, 2 deletions(-)

diff --git a/kernel/audit.h b/kernel/audit.h
index d06ffc1..11468d9 100644
--- a/kernel/audit.h
+++ b/kernel/audit.h
@@ -59,9 +59,7 @@ struct audit_entry {
struct audit_krule rule;
};

-#ifdef CONFIG_AUDIT
extern int audit_ever_enabled;
-#endif

extern int audit_pid;

--
1.8.1.4

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/