Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
[linux-2.6-microblaze.git] / include / linux / sched.h
index f073bd5..1549584 100644 (file)
@@ -872,8 +872,10 @@ struct task_struct {
 
        struct callback_head            *task_works;
 
-       struct audit_context            *audit_context;
+#ifdef CONFIG_AUDIT
 #ifdef CONFIG_AUDITSYSCALL
+       struct audit_context            *audit_context;
+#endif
        kuid_t                          loginuid;
        unsigned int                    sessionid;
 #endif