staging: unisys: visorbus: fix include dependency
authorDavid Kershner <david.kershner@unisys.com>
Tue, 22 Aug 2017 17:27:14 +0000 (13:27 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 22 Aug 2017 22:12:52 +0000 (15:12 -0700)
commitab3807d92f806f52aff8acb1a717f02f1e3b81f8
tree2d7b4fed8f4095c272544f71fc85fb1d64643166
parentd8d9556ff1985c582b4d362b9ab0763108d35f82
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>
drivers/staging/unisys/visorbus/visorbus_private.h