staging: unisys: visorbus: vbuschannel doesn't use ctypes
authorDavid Kershner <david.kershner@unisys.com>
Wed, 27 Sep 2017 17:14:31 +0000 (13:14 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 28 Sep 2017 09:17:14 +0000 (11:17 +0200)
commitb71d87b74664bab5de8f743a29f4d7d04a0a27e2
tree6968b56cfb2e1f25ec82abcf198ba64cea9b0f70
parentcee247cbb31bc691a215042be3283749e981c248
staging: unisys: visorbus: vbuschannel doesn't use ctypes

Don't include ctypes in vbuschannel.h, it isn't used by ctypes, but it is
used by visorbus_main.c so include it there.

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/controlvmchannel.h
drivers/staging/unisys/visorbus/vbuschannel.h
drivers/staging/unisys/visorbus/visorbus_main.c