Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1588288 > unrolled thread

[PATCH] [linux-next] xenbus: Remove duplicate inclusion of linux/init.h

Started byMasanari Iida <standby24x7@gmail.com>
First post2017-02-26 08:20 +0100
Last post2017-02-27 17:50 +0100
Articles 3 — 3 participants

Back to article view | Back to linux.kernel


Contents

  [PATCH] [linux-next] xenbus: Remove duplicate inclusion of linux/init.h Masanari Iida <standby24x7@gmail.com> - 2017-02-26 08:20 +0100
    Re: [PATCH] [linux-next] xenbus: Remove duplicate inclusion of  linux/init.h Juergen Gross <jgross@suse.com> - 2017-02-27 09:20 +0100
      Re: [PATCH] [linux-next] xenbus: Remove duplicate inclusion of  linux/init.h Boris Ostrovsky <boris.ostrovsky@oracle.com> - 2017-02-27 17:50 +0100

#1588288 — [PATCH] [linux-next] xenbus: Remove duplicate inclusion of linux/init.h

FromMasanari Iida <standby24x7@gmail.com>
Date2017-02-26 08:20 +0100
Subject[PATCH] [linux-next] xenbus: Remove duplicate inclusion of linux/init.h
Message-ID<tf1hD-3ql-11@gated-at.bofh.it>
This patch remove duplicate inclusion of linux/init.h in
xenbus_dev_frontend.c.
Confirm successfully compile after remove the line.

Signed-off-by: Masanari Iida <standby24x7@gmail.com>
---
 drivers/xen/xenbus/xenbus_dev_frontend.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/xen/xenbus/xenbus_dev_frontend.c b/drivers/xen/xenbus/xenbus_dev_frontend.c
index 4d343eed08f5..1f4733b80c87 100644
--- a/drivers/xen/xenbus/xenbus_dev_frontend.c
+++ b/drivers/xen/xenbus/xenbus_dev_frontend.c
@@ -55,7 +55,6 @@
 #include <linux/string.h>
 #include <linux/slab.h>
 #include <linux/miscdevice.h>
-#include <linux/init.h>
 
 #include <xen/xenbus.h>
 #include <xen/xen.h>
-- 
2.12.0

[toc] | [next] | [standalone]


#1588538 — Re: [PATCH] [linux-next] xenbus: Remove duplicate inclusion of linux/init.h

FromJuergen Gross <jgross@suse.com>
Date2017-02-27 09:20 +0100
SubjectRe: [PATCH] [linux-next] xenbus: Remove duplicate inclusion of linux/init.h
Message-ID<tfoHg-2QD-7@gated-at.bofh.it>
In reply to#1588288
On 26/02/17 08:15, Masanari Iida wrote:
> This patch remove duplicate inclusion of linux/init.h in
> xenbus_dev_frontend.c.
> Confirm successfully compile after remove the line.
> 
> Signed-off-by: Masanari Iida <standby24x7@gmail.com>

Reviewed-by: Juergen Gross <jgross@suse.com>


Thanks,

Juergen

[toc] | [prev] | [next] | [standalone]


#1588803 — Re: [PATCH] [linux-next] xenbus: Remove duplicate inclusion of linux/init.h

FromBoris Ostrovsky <boris.ostrovsky@oracle.com>
Date2017-02-27 17:50 +0100
SubjectRe: [PATCH] [linux-next] xenbus: Remove duplicate inclusion of linux/init.h
Message-ID<tfwEO-8dT-21@gated-at.bofh.it>
In reply to#1588538
On 02/27/2017 02:56 AM, Juergen Gross wrote:
> On 26/02/17 08:15, Masanari Iida wrote:
>> This patch remove duplicate inclusion of linux/init.h in
>> xenbus_dev_frontend.c.
>> Confirm successfully compile after remove the line.
>>
>> Signed-off-by: Masanari Iida <standby24x7@gmail.com>
> Reviewed-by: Juergen Gross <jgross@suse.com>


Applied to for-linus-4.11.

-boris

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web