]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
staging: ks7010: sdio: remove forward declarations
authorWolfram Sang <wsa@the-dreams.de>
Fri, 17 Jun 2016 08:46:57 +0000 (10:46 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 19 Jun 2016 02:45:55 +0000 (19:45 -0700)
commit4c0d46d2cf62c9cd199cc3323d0b670e7b755650
treeafe64abf46abcfa2c031ae7de0247665f71a50a0
parentc4730a92766dacc336f6740c5c1e6181334ef316
staging: ks7010: sdio: remove forward declarations

Move read/write functions to the top and driver struct to the end, so we
can remove all forward declarations.

Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/ks7010/ks7010_sdio.c