]> Git Repo - linux.git/commitdiff
xenbus: Remove duplicate inclusion of linux/init.h
authorMasanari Iida <[email protected]>
Sun, 26 Feb 2017 07:15:21 +0000 (16:15 +0900)
committerBoris Ostrovsky <[email protected]>
Mon, 27 Feb 2017 13:13:28 +0000 (08:13 -0500)
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 <[email protected]>
Reviewed-by: Juergen Gross <[email protected]>
drivers/xen/xenbus/xenbus_dev_frontend.c

index 4d343eed08f51e1a3d2a0628dccb256b95858fae..1f4733b80c877426fa337e67eebf708b5fb9b41c 100644 (file)
@@ -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>
This page took 0.056798 seconds and 4 git commands to generate.