kernel-janitors.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH -next] s390: remove unused including <linux/version.h>
@ 2019-02-01  1:49 YueHaibing
  2019-02-01 11:53 ` Heiko Carstens
  0 siblings, 1 reply; 2+ messages in thread
From: YueHaibing @ 2019-02-01  1:49 UTC (permalink / raw)
  To: kernel-janitors

Remove including <linux/version.h> that don't need it.

Signed-off-by: YueHaibing <yuehaibing@huawei.com>
---
 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 <linux/memory.h>
 #include <linux/compat.h>
 #include <linux/start_kernel.h>
-#include <linux/version.h>
 
 #include <asm/ipl.h>
 #include <asm/facility.h>

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH -next] s390: remove unused including <linux/version.h>
  2019-02-01  1:49 [PATCH -next] s390: remove unused including <linux/version.h> YueHaibing
@ 2019-02-01 11:53 ` Heiko Carstens
  0 siblings, 0 replies; 2+ messages in thread
From: Heiko Carstens @ 2019-02-01 11:53 UTC (permalink / raw)
  To: linux-s390, kernel-janitors

On Fri, Feb 01, 2019 at 02:02:52AM +0000, YueHaibing wrote:
> Remove including <linux/version.h> that don't need it.
> 
> Signed-off-by: YueHaibing <yuehaibing@huawei.com>
> ---
>  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 <linux/memory.h>
>  #include <linux/compat.h>
>  #include <linux/start_kernel.h>
> -#include <linux/version.h>

Applied, thanks.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-02-01 11:53 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-02-01  1:49 [PATCH -next] s390: remove unused including <linux/version.h> YueHaibing
2019-02-01 11:53 ` Heiko Carstens

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).