mmc: uniphier-sd: move uniphier_sd_init() below
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Thu, 25 Aug 2016 05:52:36 +0000 (14:52 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Sun, 28 Aug 2016 03:39:48 +0000 (12:39 +0900)
commit4eb008460cf4b9da316d97874a32680209324107
tree648fc7a5fd42d72b141020c243d5fbe5a8890f04
parent3937404f8b80eb482661a182ebb774e96356c607
mmc: uniphier-sd: move uniphier_sd_init() below

No more reason to define this function above the ops structure.
Move it near the caller.  Also, change its return type to void
because it never fails.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
drivers/mmc/uniphier-sd.c