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>
This commit is contained in:
Masanari Iida 2017-02-26 16:15:21 +09:00 committed by Boris Ostrovsky
parent c74fd80f2f
commit d825adb48c
1 changed files with 0 additions and 1 deletions

View 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>