All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] [linux-next] xenbus: Remove duplicate inclusion of linux/init.h
@ 2017-02-26  7:15 Masanari Iida
  2017-02-27  7:56   ` Juergen Gross
  0 siblings, 1 reply; 6+ messages in thread
From: Masanari Iida @ 2017-02-26  7:15 UTC (permalink / raw)
  To: boris.ostrovsky, jgross, linux-kernel, xen-devel; +Cc: Masanari Iida

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

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

* Re: [PATCH] [linux-next] xenbus: Remove duplicate inclusion of linux/init.h
  2017-02-26  7:15 [PATCH] [linux-next] xenbus: Remove duplicate inclusion of linux/init.h Masanari Iida
@ 2017-02-27  7:56   ` Juergen Gross
  0 siblings, 0 replies; 6+ messages in thread
From: Juergen Gross @ 2017-02-27  7:56 UTC (permalink / raw)
  To: Masanari Iida, boris.ostrovsky, linux-kernel, xen-devel

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

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

* Re: [PATCH] [linux-next] xenbus: Remove duplicate inclusion of linux/init.h
@ 2017-02-27  7:56   ` Juergen Gross
  0 siblings, 0 replies; 6+ messages in thread
From: Juergen Gross @ 2017-02-27  7:56 UTC (permalink / raw)
  To: Masanari Iida, boris.ostrovsky, linux-kernel, xen-devel

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

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel

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

* Re: [PATCH] [linux-next] xenbus: Remove duplicate inclusion of linux/init.h
  2017-02-27  7:56   ` Juergen Gross
  (?)
@ 2017-02-27 16:43   ` Boris Ostrovsky
  -1 siblings, 0 replies; 6+ messages in thread
From: Boris Ostrovsky @ 2017-02-27 16:43 UTC (permalink / raw)
  To: Juergen Gross, Masanari Iida, linux-kernel, xen-devel

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

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

* Re: [PATCH] [linux-next] xenbus: Remove duplicate inclusion of linux/init.h
  2017-02-27  7:56   ` Juergen Gross
  (?)
  (?)
@ 2017-02-27 16:43   ` Boris Ostrovsky
  -1 siblings, 0 replies; 6+ messages in thread
From: Boris Ostrovsky @ 2017-02-27 16:43 UTC (permalink / raw)
  To: Juergen Gross, Masanari Iida, linux-kernel, xen-devel

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


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel

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

* [PATCH] [linux-next] xenbus: Remove duplicate inclusion of linux/init.h
@ 2017-02-26  7:15 Masanari Iida
  0 siblings, 0 replies; 6+ messages in thread
From: Masanari Iida @ 2017-02-26  7:15 UTC (permalink / raw)
  To: boris.ostrovsky, jgross, linux-kernel, xen-devel; +Cc: Masanari Iida

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


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel

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

end of thread, other threads:[~2017-02-27 16:42 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-02-26  7:15 [PATCH] [linux-next] xenbus: Remove duplicate inclusion of linux/init.h Masanari Iida
2017-02-27  7:56 ` Juergen Gross
2017-02-27  7:56   ` Juergen Gross
2017-02-27 16:43   ` Boris Ostrovsky
2017-02-27 16:43   ` Boris Ostrovsky
  -- strict thread matches above, loose matches on Subject: below --
2017-02-26  7:15 Masanari Iida

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.