]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitaaedf62cb16bd08ecd3c20f366d81a2adc0314e9
treecc631d49394f9cec1b1a98deba228284f59ebc84
parentb5588478cf99c1007f609027db0946fb996e143c
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