]> git.baikalelectronics.ru Git - kernel.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)
commitfeaa68e8494fcaf7366505873f9cd719585f5741
tree0bce7126dfacb5f5a4b7d2d921cc19e6736fc4b0
parent452b84be32114bc56f9a8c8e6cc9934bebc56f73
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