diff options
author | Randy Dunlap <rdunlap@xenotime.net> | 2006-01-11 15:17:48 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-01-11 21:42:14 -0500 |
commit | a9415644583ef344e02f84faf5fe24bfadb2af8e (patch) | |
tree | 814013533b03705221b0e53191646a6279abcb8c /arch/cris/arch-v10/drivers/ds1302.c | |
parent | 4fc268d24ceb9f4150777c1b5b2b8e6214e56b2b (diff) |
[PATCH] capable/capability.h (arch/)
arch: 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 'arch/cris/arch-v10/drivers/ds1302.c')
-rw-r--r-- | arch/cris/arch-v10/drivers/ds1302.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/cris/arch-v10/drivers/ds1302.c b/arch/cris/arch-v10/drivers/ds1302.c index 10795f67f687..b100f26497c4 100644 --- a/arch/cris/arch-v10/drivers/ds1302.c +++ b/arch/cris/arch-v10/drivers/ds1302.c | |||
@@ -148,6 +148,7 @@ | |||
148 | #include <linux/miscdevice.h> | 148 | #include <linux/miscdevice.h> |
149 | #include <linux/delay.h> | 149 | #include <linux/delay.h> |
150 | #include <linux/bcd.h> | 150 | #include <linux/bcd.h> |
151 | #include <linux/capability.h> | ||
151 | 152 | ||
152 | #include <asm/uaccess.h> | 153 | #include <asm/uaccess.h> |
153 | #include <asm/system.h> | 154 | #include <asm/system.h> |