From: Heiko Carstens Date: Mon, 27 Feb 2012 09:01:52 +0000 (+0100) Subject: compat: fix compile breakage on s390 X-Git-Tag: v3.3-rc6~32 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=048cd4e51d24ebf7f3552226d03c769d6ad91658;p=pandora-kernel.git compat: fix compile breakage on s390 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 --- Reading git-diff-tree failed