Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d825adb4 authored by Masanari Iida's avatar Masanari Iida Committed by Boris Ostrovsky
Browse files

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: default avatarMasanari Iida <standby24x7@gmail.com>
Reviewed-by: default avatarJuergen Gross <jgross@suse.com>
parent c74fd80f
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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>