LSM: remove the COMMON_AUDIT_DATA_INIT type expansion
[pandora-kernel.git] / security / selinux / avc.c
index 1a04247..c04eea2 100644 (file)
@@ -469,7 +469,7 @@ noinline int slow_avc_audit(u32 ssid, u32 tsid, u16 tclass,
 
        if (!a) {
                a = &stack_data;
-               COMMON_AUDIT_DATA_INIT(a, NONE);
+               COMMON_AUDIT_DATA_INIT(a, LSM_AUDIT_DATA_NONE);
                a->selinux_audit_data = &sad;
        }