compat: fix compile breakage on s390
authorHeiko Carstens <heiko.carstens@de.ibm.com>
Mon, 27 Feb 2012 09:01:52 +0000 (10:01 +0100)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 27 Feb 2012 15:54:27 +0000 (07:54 -0800)
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 <heiko.carstens@de.ibm.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

No differences found