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


Groups > linux.kernel > #1588288

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

From Masanari Iida <standby24x7@gmail.com>
Newsgroups linux.kernel
Subject [PATCH] [linux-next] xenbus: Remove duplicate inclusion of linux/init.h
Date 2017-02-26 08:20 +0100
Message-ID <tf1hD-3ql-11@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


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

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[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

csiph-web