diff options
author | Richard Guy Briggs <rgb@redhat.com> | 2014-12-23 16:39:54 -0500 |
---|---|---|
committer | Paul Moore <pmoore@redhat.com> | 2015-01-20 10:48:32 -0500 |
commit | 2fded7f44b8fcf79e274c3f0cfbd0298f95308f3 (patch) | |
tree | bbd6a7d08b006cf31d800a5eaf399ec437ce2104 /include/linux/audit.h | |
parent | fcf22d8267ad2601fe9b6c549d1be96401c23e0b (diff) |
audit: remove vestiges of vers_ops
Should have been removed with commit 18900909 ("audit: remove the old
depricated kernel interface").
Signed-off-by: Richard Guy Briggs <rgb@redhat.com>
Signed-off-by: Paul Moore <pmoore@redhat.com>
Diffstat (limited to 'include/linux/audit.h')
-rw-r--r-- | include/linux/audit.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/audit.h b/include/linux/audit.h index 93331929d643..b481779a8dee 100644 --- a/include/linux/audit.h +++ b/include/linux/audit.h @@ -46,7 +46,6 @@ struct audit_tree; struct sk_buff; struct audit_krule { - int vers_ops; u32 pflags; u32 flags; u32 listnr; |