diff options
author | Alexey Dobriyan <adobriyan@gmail.com> | 2011-01-10 08:17:10 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2011-01-10 08:51:44 -0800 |
commit | 37721e1b0cf98cb65895f234d8c500d270546529 (patch) | |
tree | 6fb3ec6910513b18e100b17432864fa8c46d55e4 /include/linux/dcookies.h | |
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 'include/linux/dcookies.h')
-rw-r--r-- | include/linux/dcookies.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/dcookies.h b/include/linux/dcookies.h index 24c806f12a6c..5ac3bdd5cee6 100644 --- a/include/linux/dcookies.h +++ b/include/linux/dcookies.h @@ -13,10 +13,10 @@ #ifdef CONFIG_PROFILING #include <linux/dcache.h> -#include <linux/path.h> #include <linux/types.h> struct dcookie_user; +struct path; /** * dcookie_register - register a user of dcookies |