diff options
author | Paul Mundt <lethal@linux-sh.org> | 2011-06-24 03:28:31 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2011-06-24 03:28:31 -0400 |
commit | facbdce9a2a68098eabb06671c3b9d9b992bad60 (patch) | |
tree | 75355e429fc01c8bf246b1f44a081054293d7e37 /arch | |
parent | f448e9c9dad6fb919ec74cd1b2c189efe952886f (diff) | |
parent | 794d78fea51504bad3880d14f354a9847f318f25 (diff) |
Merge branch 'sh/clkfwk' into sh-latest
Diffstat (limited to 'arch')
-rw-r--r-- | arch/mn10300/include/asm/uaccess.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mn10300/include/asm/uaccess.h b/arch/mn10300/include/asm/uaccess.h index 3d6e60dad9d9..780560b330d9 100644 --- a/arch/mn10300/include/asm/uaccess.h +++ b/arch/mn10300/include/asm/uaccess.h | |||
@@ -15,6 +15,7 @@ | |||
15 | * User space memory access functions | 15 | * User space memory access functions |
16 | */ | 16 | */ |
17 | #include <linux/thread_info.h> | 17 | #include <linux/thread_info.h> |
18 | #include <linux/kernel.h> | ||
18 | #include <asm/page.h> | 19 | #include <asm/page.h> |
19 | #include <asm/errno.h> | 20 | #include <asm/errno.h> |
20 | 21 | ||