diff options
author | Alexey Dobriyan <adobriyan@gmail.com> | 2011-01-10 01:17:10 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2011-01-10 11:51:44 -0500 |
commit | 37721e1b0cf98cb65895f234d8c500d270546529 (patch) | |
tree | 6fb3ec6910513b18e100b17432864fa8c46d55e4 /security/apparmor | |
parent | 9f99a2f0e44663517b99b69a3e4a499d0ba877df (diff) |
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 'security/apparmor')
-rw-r--r-- | security/apparmor/include/file.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/security/apparmor/include/file.h b/security/apparmor/include/file.h index be36feabb16a..ab8c6d87f758 100644 --- a/security/apparmor/include/file.h +++ b/security/apparmor/include/file.h | |||
@@ -15,12 +15,11 @@ | |||
15 | #ifndef __AA_FILE_H | 15 | #ifndef __AA_FILE_H |
16 | #define __AA_FILE_H | 16 | #define __AA_FILE_H |
17 | 17 | ||
18 | #include <linux/path.h> | ||
19 | |||
20 | #include "domain.h" | 18 | #include "domain.h" |
21 | #include "match.h" | 19 | #include "match.h" |
22 | 20 | ||
23 | struct aa_profile; | 21 | struct aa_profile; |
22 | struct path; | ||
24 | 23 | ||
25 | /* | 24 | /* |
26 | * We use MAY_EXEC, MAY_WRITE, MAY_READ, MAY_APPEND and the following flags | 25 | * We use MAY_EXEC, MAY_WRITE, MAY_READ, MAY_APPEND and the following flags |