staging: unisys: visorbus: remove include for vbuschannel.h
visorbus_main.c does not need to include vbuschannel.h. Signed-off-by: David Kershner <david.kershner@unisys.com> Reviewed-by: Tim Sell <Timothy.Sell@unisys.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
77190cfc45
commit
443c0c7ae9
|
@ -19,7 +19,6 @@
|
|||
#include "visorbus.h"
|
||||
#include "visorbus_private.h"
|
||||
#include "version.h"
|
||||
#include "vbuschannel.h"
|
||||
#include "guestlinuxdebug.h"
|
||||
#include "vmcallinterface.h"
|
||||
|
||||
|
|
Loading…
Reference in New Issue