diff options
author | Paul Mundt <lethal@linux-sh.org> | 2007-11-21 17:55:12 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2008-01-28 13:18:53 +0900 |
commit | fb8e569c1d4f44a4632e2db95a27ed45734d4705 (patch) | |
tree | 3f1f4f7abe68bac6362843af909f0cd923937ba7 /include/asm-sh/user.h | |
parent | 5db141a9469c8446a179696bc7d374f4cd9b207a (diff) | |
download | linux-fb8e569c1d4f44a4632e2db95a27ed45734d4705.tar.gz linux-fb8e569c1d4f44a4632e2db95a27ed45734d4705.tar.bz2 linux-fb8e569c1d4f44a4632e2db95a27ed45734d4705.zip |
sh: Fix up user_fpu_struct typo for SH-5.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'include/asm-sh/user.h')
-rw-r--r-- | include/asm-sh/user.h | 2 |
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; }; |