From: Aaro Koskinen Date: Wed, 5 Feb 2014 20:05:44 +0000 (+0200) Subject: MIPS: fpu.h: Fix build when CONFIG_BUG is not set X-Git-Tag: v3.14-rc2~13^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=97b8b16bfcb7f5ccc1b3c10c08580f9f1acb61ac;p=pandora-kernel.git MIPS: fpu.h: Fix build when CONFIG_BUG is not set __enable_fpu produces a build failure when CONFIG_BUG is not set: In file included from arch/mips/kernel/cpu-probe.c:24:0: arch/mips/include/asm/fpu.h: In function '__enable_fpu': arch/mips/include/asm/fpu.h:77:1: error: control reaches end of non-void function [-Werror=return-type] This is regression introduced in 3.14-rc1. Fix that. Signed-off-by: Aaro Koskinen Acked-by: Paul Burton Cc: John Crispin Cc: linux-mips@linux-mips.org Patchwork: https://patchwork.linux-mips.org/patch/6504/ Signed-off-by: Ralf Baechle --- Reading git-diff-tree failed