staging: unisys: visorbus: move bus_device_info_init to visorbus_main.c
authorDavid Kershner <david.kershner@unisys.com>
Tue, 28 Mar 2017 13:34:28 +0000 (09:34 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 29 Mar 2017 07:17:02 +0000 (09:17 +0200)
commitb5577d79e219bf606f4783fa1820ec5185a1f307
treecc631d49394f9cec1b1a98deba228284f59ebc84
parentc53578bd6c3d57d6599e66a39d6d53a1c6165285
staging: unisys: visorbus: move bus_device_info_init to visorbus_main.c

The function bus_device_info_init was defined in visorbus_private.h. The
only file that uses it is visorbus_main.c so move the function into the .c
file instead.

Signed-off-by: David Kershner <david.kershner@unisys.com>
Reviewed-by: Reviewed-by: Tim Sell <timothy.sell@unisys.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/unisys/visorbus/visorbus_main.c
drivers/staging/unisys/visorbus/visorbus_private.h