diff options
author | Paul Mundt <lethal@linux-sh.org> | 2011-06-24 09:28:31 +0200 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2011-06-24 09:28:31 +0200 |
commit | facbdce9a2a68098eabb06671c3b9d9b992bad60 (patch) | |
tree | 75355e429fc01c8bf246b1f44a081054293d7e37 /arch | |
parent | Merge branch 'common/dma' into sh-latest (diff) | |
parent | drivers: sh: late disabling of clocks V2 (diff) | |
download | linux-facbdce9a2a68098eabb06671c3b9d9b992bad60.tar.xz linux-facbdce9a2a68098eabb06671c3b9d9b992bad60.zip |
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 @@ * User space memory access functions */ #include <linux/thread_info.h> +#include <linux/kernel.h> #include <asm/page.h> #include <asm/errno.h> |