From mboxrd@z Thu Jan 1 00:00:00 1970 From: Heiko Carstens Date: Fri, 01 Feb 2019 11:53:00 +0000 Subject: Re: [PATCH -next] s390: remove unused including Message-Id: <20190201115300.GD3770@osiris> List-Id: References: <20190201020252.127647-1-yuehaibing@huawei.com> In-Reply-To: <20190201020252.127647-1-yuehaibing@huawei.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-s390@vger.kernel.org, kernel-janitors@vger.kernel.org On Fri, Feb 01, 2019 at 02:02:52AM +0000, YueHaibing wrote: > Remove including that don't need it. > > Signed-off-by: YueHaibing > --- > arch/s390/kernel/setup.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/arch/s390/kernel/setup.c b/arch/s390/kernel/setup.c > index 3b416599f6ca..5e707eaa0b31 100644 > --- a/arch/s390/kernel/setup.c > +++ b/arch/s390/kernel/setup.c > @@ -49,7 +49,6 @@ > #include > #include > #include > -#include Applied, thanks.