On Tue, Jun 26, 2018 at 05:06:06PM -0700, Paul Burton wrote: > This patch moves the pch_gbe_watchdog() function lower in pch_gbe_main.c > in order to allow use of other functions in the next patch, without > requiring lots of forward declarations. Doing this as a separate patch > makes it clearer what actually changed in the next patch. > > The function is unmodified except for whitespace changes to satisfy > checkpatch. > > Signed-off-by: Paul Burton <paul.bur...@mips.com> > Cc: Andrew Lunn <and...@lunn.ch> > Cc: David S. Miller <da...@davemloft.net> > Cc: netdev@vger.kernel.org
Reviewed-by: Andrew Lunn <and...@lunn.ch> Andrew