aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/xen
diff options
context:
space:
mode:
authorMasanari Iida <standby24x7@gmail.com>2017-02-26 16:15:21 +0900
committerBoris Ostrovsky <boris.ostrovsky@oracle.com>2017-02-27 08:13:28 -0500
commitd825adb48cf9bf9e3f5cb1d927e2827f8c2abee4 (patch)
treec633d3ff6818202231b9a05361a6743e8cb084f5 /drivers/xen
parentxen: do not re-use pirq number cached in pci device msi msg data (diff)
downloadwireguard-linux-d825adb48cf9bf9e3f5cb1d927e2827f8c2abee4.tar.xz
wireguard-linux-d825adb48cf9bf9e3f5cb1d927e2827f8c2abee4.zip
xenbus: Remove duplicate inclusion of linux/init.h
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>
Diffstat (limited to 'drivers/xen')
-rw-r--r--drivers/xen/xenbus/xenbus_dev_frontend.c1
1 files changed, 0 insertions, 1 deletions
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>