Re: [PATCH 02/14] fsi: Move code around to avoid forward declaration

2018-06-27 Thread Joel Stanley
On 27 June 2018 at 08:53, Benjamin Herrenschmidt wrote: > 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 Reviewed-by: Joel Stanley

[PATCH 02/14] fsi: Move code around to avoid forward declaration

2018-06-26 Thread Benjamin Herrenschmidt
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 --- drivers/fsi/fsi-core.c | 94 +- 1 file changed, 46 insertions(+), 48 deletions(-) diff --git a

[PATCH 02/14] fsi: Move code around to avoid forward declaration

2018-06-26 Thread Benjamin Herrenschmidt
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 --- drivers/fsi/fsi-core.c | 94 +- 1 file changed, 46 insertions(+), 48 deletions(-) diff --git a

[RFC PATCH 02/14] fsi: Move code around to avoid forward declaration

2018-06-21 Thread Benjamin Herrenschmidt
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 --- drivers/fsi/fsi-core.c | 94 +- 1 file changed, 46 insertions(+), 48 deletions(-) diff --git a