From: Heiko Carstens Date: Mon, 27 Feb 2012 09:01:52 +0000 (+0100) Subject: compat: fix compile breakage on s390 X-Git-Tag: v3.2.10~93 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=da42eb9e4a1ee35439534941c89918a8d8a9ee59;p=pandora-kernel.git compat: fix compile breakage on s390 commit 048cd4e51d24ebf7f3552226d03c769d6ad91658 upstream. The new is_compat_task() define for the !COMPAT case in include/linux/compat.h conflicts with a similar define in arch/s390/include/asm/compat.h. This is the minimal patch which fixes the build issues. Signed-off-by: Heiko Carstens Signed-off-by: Linus Torvalds Cc: Jonathan Nieder Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed