diff options
author | Alexey Dobriyan <adobriyan@gmail.com> | 2011-01-10 09:17:10 +0300 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2011-01-10 19:51:44 +0300 |
commit | 37721e1b0cf98cb65895f234d8c500d270546529 (patch) | |
tree | 6fb3ec6910513b18e100b17432864fa8c46d55e4 /include/linux/audit.h | |
parent | 9f99a2f0e44663517b99b69a3e4a499d0ba877df (diff) | |
download | linux-37721e1b0cf98cb65895f234d8c500d270546529.tar.xz |
headers: path.h redux
Remove path.h from sched.h and other files.
Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
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 8b5c0620abf9..359df0487690 100644 --- a/include/linux/audit.h +++ b/include/linux/audit.h @@ -372,6 +372,7 @@ struct audit_buffer; struct audit_context; struct inode; struct netlink_skb_parms; +struct path; struct linux_binprm; struct mq_attr; struct mqstat; |