staging: unisys: visorbus: fix include dependency

Due to include order, the visorbus_private.h file was missing a required
include header visorbus.h. If visorchipset.c or visorbus_main.c ever were
to change the order of the includes for visobus.h and visorbus_private.h,
the code would fail to compile.

Reviewed-by: Sameer Wadgaonkar <sameer.wadgaonkar@unisys.com>
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:
David Kershner 2017-08-22 13:27:14 -04:00 committed by Greg Kroah-Hartman
parent d8d9556ff1
commit ab3807d92f
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@
#include "controlvmchannel.h"
#include "vbuschannel.h"
#include "visorbus.h"
int visorchipset_bus_create(struct visor_device *bus_info);
void visorchipset_bus_destroy(struct visor_device *bus_info);