Skip to content

Commit

Permalink
xenbus: Remove duplicate inclusion of linux/init.h
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Masanari Iida authored and Boris Ostrovsky committed Feb 27, 2017
1 parent c74fd80 commit d825adb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/xen/xenbus/xenbus_dev_frontend.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit d825adb

Please sign in to comment.