diff options
author | Randy Dunlap | 2006-01-11 21:17:47 +0100 |
---|---|---|
committer | Linus Torvalds | 2006-01-12 03:42:14 +0100 |
commit | 4fc268d24ceb9f4150777c1b5b2b8e6214e56b2b (patch) | |
tree | d2aaf0b5986b03e6129ed3ccd65b9f706cd59c7f /net/bluetooth/hidp | |
parent | [PATCH] capable/capability.h (fs/) (diff) | |
download | kernel-qcow2-linux-4fc268d24ceb9f4150777c1b5b2b8e6214e56b2b.tar.gz kernel-qcow2-linux-4fc268d24ceb9f4150777c1b5b2b8e6214e56b2b.tar.xz kernel-qcow2-linux-4fc268d24ceb9f4150777c1b5b2b8e6214e56b2b.zip |
[PATCH] capable/capability.h (net/)
net: Use <linux/capability.h> where capable() is used.
Signed-off-by: Randy Dunlap <rdunlap@xenotime.net>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'net/bluetooth/hidp')
-rw-r--r-- | net/bluetooth/hidp/sock.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/bluetooth/hidp/sock.c b/net/bluetooth/hidp/sock.c index 8f8dd931b294..b8f67761b886 100644 --- a/net/bluetooth/hidp/sock.c +++ b/net/bluetooth/hidp/sock.c @@ -24,6 +24,7 @@ #include <linux/module.h> #include <linux/types.h> +#include <linux/capability.h> #include <linux/errno.h> #include <linux/kernel.h> #include <linux/sched.h> |