Re: [PATCH 2/3] ucc_geth: Rearrange some code to avoid forward declarations

2009-09-11 Thread David Miller
From: Timur Tabi Date: Thu, 10 Sep 2009 08:00:48 -0500 > Anton Vorontsov wrote: >> We'll need ugeth_disable() and ugeth_enable() calls earlier in the >> file, so rearrange some code to avoid forward declarations. >> >> The patch doesn't contain any functional changes. >> >> Signed-off-by: Anton

Re: [PATCH 2/3] ucc_geth: Rearrange some code to avoid forward declarations

2009-09-10 Thread Timur Tabi
Anton Vorontsov wrote: > We'll need ugeth_disable() and ugeth_enable() calls earlier in the > file, so rearrange some code to avoid forward declarations. > > The patch doesn't contain any functional changes. > > Signed-off-by: Anton Vorontsov Acked-by: Timur Tabi I'm generally not qualified t