compat: Re-add missing asm/compat.h include to fix compile breakage on s390
authorJiri Slaby <jslaby@suse.cz>
Mon, 5 Mar 2012 13:06:38 +0000 (14:06 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 19 Mar 2012 15:57:59 +0000 (08:57 -0700)
commit0af6af909e28dc66e0ce8846fccf0e5a70c28415
tree91864b624a557c69345a3fef6abdd67acc02aff8
parentd17a17faf0334f2c95e922fb21a612cfea5b99ce
compat: Re-add missing asm/compat.h include to fix compile breakage on s390

For 3.0 stable kernel the backport of 048cd4e51d24ebf7f3552226d03c769d6ad91658
"compat: fix compile breakage on s390" breaks 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.

One fix for arch/s390/kernel/setup.c was already sent and applied. But
we need a similar patch for drivers/s390/char/fs3270.c.

Signed-off-by: Jiri Slaby <jslaby@suse.cz>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/s390/char/fs3270.c