From: Paul Mundt Date: Thu, 24 May 2012 04:03:20 +0000 (+0900) Subject: sh: arch/sh/kernel/process.c needs asm/fpu.h for unlazy_fpu(). X-Git-Tag: v3.5-rc3~23^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=936c163ab260b83b10d434715bf6bcd43b99d620;p=pandora-kernel.git sh: arch/sh/kernel/process.c needs asm/fpu.h for unlazy_fpu(). Linus tried to fix up sh fallout from the x86 fpu state cleanup merge and failed. Add the missing include to get it building again. CC arch/sh/kernel/process.o arch/sh/kernel/process.c: In function 'arch_dup_task_struct': arch/sh/kernel/process.c:23:2: error: implicit declaration of function 'unlazy_fpu' Signed-off-by: Paul Mundt --- Reading git-diff-tree failed