]> git.baikalelectronics.ru Git - kernel.git/commit
fsi: Move code around to avoid forward declaration
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>
Tue, 29 May 2018 04:44:08 +0000 (14:44 +1000)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Thu, 12 Jul 2018 01:58:25 +0000 (11:58 +1000)
commita08b102bd7b058b63cfeaad9928b91c465c62efa
treeef0d621af2b3f33a40c9c0e915e24da0b1430398
parent6f7792d123c5a688be6bb782e71a60fe3322449d
fsi: Move code around to avoid forward declaration

Move fsi_slave_set_smode() and its helpers to before it's
first user and remove the corresponding forward declaration.

Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Reviewed-by: Joel Stanley <joel@jms.id.au>
drivers/fsi/fsi-core.c