]> asedeno.scripts.mit.edu Git - linux.git/commit
staging: unisys: visorbus: Move parser functions location in file.
authorDavid Kershner <david.kershner@unisys.com>
Wed, 30 Aug 2017 17:36:27 +0000 (13:36 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 31 Aug 2017 16:17:40 +0000 (18:17 +0200)
commit39b486d6ec094d686bc1c73d16ce5cc7b2953d17
tree0bce7126dfacb5f5a4b7d2d921cc19e6736fc4b0
parentd20a0171fbeff54460a0e9bdf6c01ee226b4412a
staging: unisys: visorbus: Move parser functions location in file.

The parser functions were defined at the top of the file even though they
were not referenced until later in the file. This patch moves them closer
to where they are defined so they can be easily referenced.

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