From mboxrd@z Thu Jan 1 00:00:00 1970 From: Holger Brunck Date: Thu, 22 Mar 2012 08:50:22 +0100 Subject: [U-Boot] [PATCH 14/21] mvgbe: remove warning for unused methods In-Reply-To: References: <1332344980-8658-1-git-send-email-holger.brunck@keymile.com><1332344980-8658-15-git-send-email-holger.brunck@keymile.com> Message-ID: <4F6AD9BE.70208@keymile.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Prafulla, On 03/21/2012 05:30 PM, Prafulla Wadaskar wrote: >> Subject: [PATCH 14/21] mvgbe: remove warning for unused methods >> >> From: Stefan Bigler >> >> Some baords may use the GBE interface but they have no >> phy connected to the interface and a direct MAC/MAC interface. >> For them we need to get rid of compiler warnings. >> >> Signed-off-by: Stefan Bigler >> cc: Valentin Longchamp >> cc: Gerlando Falauto >> cc: Prafulla Wadaskar >> cc: Holger Brunck >> --- >> drivers/net/mvgbe.c | 2 ++ >> 1 files changed, 2 insertions(+), 0 deletions(-) >> > > Pls post this as standalone patch, does not have any dependency. > it has a dependency. Without this patch our new boards submitted in this patch series will throw compiler warnings. But if you still insist, I can do this... Regards Holger