From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joel Stanley Date: Thu, 28 Jun 2018 13:40:39 +0930 Subject: [PATCH 02/14] fsi: Move code around to avoid forward declaration In-Reply-To: <20180626232321.12372-3-benh@kernel.crashing.org> References: <20180626232321.12372-1-benh@kernel.crashing.org> <20180626232321.12372-3-benh@kernel.crashing.org> Message-ID: List-Id: To: linux-aspeed@lists.ozlabs.org MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit 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