diff options
author | Randy Dunlap <rdunlap@xenotime.net> | 2006-01-11 12:17:46 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-01-11 18:42:13 -0800 |
commit | 16f7e0fe2ecc30f30652e8185e1772cdebe39109 (patch) | |
tree | e668703267c7b02f1af3cc1581bb4366a5370fdd /fs/smbfs | |
parent | c59ede7b78db329949d9cdcd7064e22d357560ef (diff) | |
download | linux-16f7e0fe2ecc30f30652e8185e1772cdebe39109.tar.gz linux-16f7e0fe2ecc30f30652e8185e1772cdebe39109.tar.bz2 linux-16f7e0fe2ecc30f30652e8185e1772cdebe39109.zip |
[PATCH] capable/capability.h (fs/)
fs: Use <linux/capability.h> where capable() is used.
Signed-off-by: Randy Dunlap <rdunlap@xenotime.net>
Acked-by: Tim Schmielau <tim@physik3.uni-rostock.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'fs/smbfs')
-rw-r--r-- | fs/smbfs/proc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/smbfs/proc.c b/fs/smbfs/proc.c index d6baec0f24ad..b1b878b81730 100644 --- a/fs/smbfs/proc.c +++ b/fs/smbfs/proc.c @@ -8,6 +8,7 @@ */ #include <linux/types.h> +#include <linux/capability.h> #include <linux/errno.h> #include <linux/slab.h> #include <linux/fs.h> |