aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-sh
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-sh')
-rw-r--r--include/asm-sh/user.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-sh/user.h b/include/asm-sh/user.h
index 706b1c7baba9..1a4f43c75126 100644
--- a/include/asm-sh/user.h
+++ b/include/asm-sh/user.h
@@ -28,7 +28,7 @@
*/
#if defined(__SH5__) || defined(CONFIG_CPU_SH5)
-struct user fpu_struct {
+struct user_fpu_struct {
unsigned long fp_regs[32];
unsigned int fpscr;
};