diff options
Diffstat (limited to 'arch/sh/include/asm/uaccess.h')
-rw-r--r-- | arch/sh/include/asm/uaccess.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/sh/include/asm/uaccess.h b/arch/sh/include/asm/uaccess.h index 8698a80ed00c..9486376605f4 100644 --- a/arch/sh/include/asm/uaccess.h +++ b/arch/sh/include/asm/uaccess.h | |||
@@ -97,9 +97,9 @@ struct __large_struct { unsigned long buf[100]; }; | |||
97 | }) | 97 | }) |
98 | 98 | ||
99 | #ifdef CONFIG_SUPERH32 | 99 | #ifdef CONFIG_SUPERH32 |
100 | # include "uaccess_32.h" | 100 | # include <asm/uaccess_32.h> |
101 | #else | 101 | #else |
102 | # include "uaccess_64.h" | 102 | # include <asm/uaccess_64.h> |
103 | #endif | 103 | #endif |
104 | 104 | ||
105 | extern long strncpy_from_user(char *dest, const char __user *src, long count); | 105 | extern long strncpy_from_user(char *dest, const char __user *src, long count); |