staging: wilc1000: reorder functions to avoid forward declaration in linux_wlan
authorAjay Singh <ajay.kathat@microchip.com>
Wed, 25 Apr 2018 17:18:26 +0000 (22:48 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 26 Apr 2018 07:43:05 +0000 (09:43 +0200)
commitfec2dbfeba0967fbb4cdf69114db29d5333d8a8f
tree3da01fa129e8097f9c9c3e7fed1739aaf7aeface
parentead6cb05088f8b2c8b8823958bed9e7c19f6e2d6
staging: wilc1000: reorder functions to avoid forward declaration in linux_wlan

Reorder the functions in linux_wlan.c file to avoid having explicit
declaration of static functions. Forward declaration is avoided
with the help of reordering the function.

Signed-off-by: Ajay Singh <ajay.kathat@microchip.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/wilc1000/linux_wlan.c