summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorPaul Mundt2007-11-21 09:55:12 +0100
committerPaul Mundt2008-01-28 05:18:53 +0100
commitfb8e569c1d4f44a4632e2db95a27ed45734d4705 (patch)
tree3f1f4f7abe68bac6362843af909f0cd923937ba7 /include
parentsh: Mark some IRQ debug options sh32 only. (diff)
downloadkernel-qcow2-linux-fb8e569c1d4f44a4632e2db95a27ed45734d4705.tar.gz
kernel-qcow2-linux-fb8e569c1d4f44a4632e2db95a27ed45734d4705.tar.xz
kernel-qcow2-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')
-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;
};