staging: unisys: visorbus: Reorder functions to avoid including header
authorDavid Kershner <david.kershner@unisys.com>
Fri, 2 Sep 2016 20:41:38 +0000 (16:41 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 12 Sep 2016 11:28:10 +0000 (13:28 +0200)
commit3995c5da25e988b5699989912a2024a10c0d1b95
treeceaaa01b0dfbbc756b507ee33869e2935710bd5a
parent8a7a2fde4d8a7a24e0ca6acc5e032ddedc0b6640
staging: unisys: visorbus: Reorder functions to avoid including header

Visorchannel does not need to include visorbus_private.h; all it was
using it for was function prototypes. A simple reorder causes it to
no longer need to include it.

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/visorchannel.c