diff options
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | 2008-09-06 06:35:55 -0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2008-09-06 06:35:55 -0400 |
commit | 33fa9b13285e76fb95d940120964562e4c7081c2 (patch) | |
tree | d75440cfe6d2403b14bec7d145c45829a3091407 /arch/arm/mm/extable.c | |
parent | 5ed5fdf50cbe8195522e2176d6356b357c0c963f (diff) |
[ARM] Convert asm/uaccess.h to linux/uaccess.h
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mm/extable.c')
-rw-r--r-- | arch/arm/mm/extable.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mm/extable.c b/arch/arm/mm/extable.c index 9592c3ee4cb2..9d285626bc7d 100644 --- a/arch/arm/mm/extable.c +++ b/arch/arm/mm/extable.c | |||
@@ -2,7 +2,7 @@ | |||
2 | * linux/arch/arm/mm/extable.c | 2 | * linux/arch/arm/mm/extable.c |
3 | */ | 3 | */ |
4 | #include <linux/module.h> | 4 | #include <linux/module.h> |
5 | #include <asm/uaccess.h> | 5 | #include <linux/uaccess.h> |
6 | 6 | ||
7 | int fixup_exception(struct pt_regs *regs) | 7 | int fixup_exception(struct pt_regs *regs) |
8 | { | 8 | { |