diff options
author | Kent Overstreet <kent.overstreet@linux.dev> | 2023-12-11 23:52:17 +0300 |
---|---|---|
committer | Kent Overstreet <kent.overstreet@linux.dev> | 2023-12-21 03:26:32 +0300 |
commit | e034d49eb01c7c83a08a3ce2a1091b55f806b26b (patch) | |
tree | cb0d3f82a56dd85b354276d449b6832aabad3752 /include/linux/audit.h | |
parent | af6da56a223831cb74d1cf006f5742db6403398e (diff) | |
download | linux-e034d49eb01c7c83a08a3ce2a1091b55f806b26b.tar.xz |
sem: Split out sem_types.h
More sched.h dependency pruning.
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
Diffstat (limited to 'include/linux/audit.h')
-rw-r--r-- | include/linux/audit.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/audit.h b/include/linux/audit.h index 51b1b7054a23..0050ef288ab3 100644 --- a/include/linux/audit.h +++ b/include/linux/audit.h @@ -36,6 +36,7 @@ struct mqstat; struct audit_watch; struct audit_tree; struct sk_buff; +struct kern_ipc_perm; struct audit_krule { u32 pflags; |