From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Message-Id: <20120316233450.408627737@linuxfoundation.org> Date: Fri, 16 Mar 2012 16:35:22 -0700 From: Greg KH To: linux-kernel@vger.kernel.org, stable@vger.kernel.org Cc: torvalds@linux-foundation.org, akpm@linux-foundation.org, alan@lxorguk.ukuu.org.uk, Jiri Slaby Subject: [ 35/38] compat: Re-add missing asm/compat.h include to fix compile breakage on s390 In-Reply-To: <20120316233422.GA5461@kroah.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: 3.0-stable review patch. If anyone has any objections, please let me know. ------------------ From: Jiri Slaby For 3.0 stable kernel the backport of 048cd4e51d24ebf7f3552226d03c769d6ad91658 "compat: fix compile breakage on s390" breaks compilation... Re-add a single #include 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 Signed-off-by: Greg Kroah-Hartman --- drivers/s390/char/fs3270.c | 1 + 1 file changed, 1 insertion(+) --- a/drivers/s390/char/fs3270.c +++ b/drivers/s390/char/fs3270.c @@ -16,6 +16,7 @@ #include #include +#include #include #include #include