git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
500dd23
)
compat: fix compile breakage on s390
author
Heiko Carstens
<heiko.carstens@de.ibm.com>
Mon, 27 Feb 2012 09:01:52 +0000
(10:01 +0100)
committer
Linus 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