mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-03 01:36:52 +09:00
For kernels <= 3.0 the backport of 048cd4e51d
"compat: fix compile breakage on s390" will break compilation...
Re-add a single #include <asm/compat.h> in order to fix this.
This patch is _not_ necessary for upstream, only for stable kernels
which include the "build fix" mentioned above.
Reported-by: Jiri Slaby <jslaby@suse.cz>
Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>