From 6e4206136faa9a4d588946dfa604e1d989a9b3b6 Mon Sep 17 00:00:00 2001 From: Greg Ungerer Date: Tue, 24 Mar 2015 11:08:22 +1000 Subject: [PATCH] m68knommu: fix fec setup warning for ColdFire 5271 builds MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Building for the ColdFire 5271 produces the following warning: arch/m68k/coldfire/m527x.c: In function ‘m527x_fec_init’: arch/m68k/coldfire/m527x.c:95:6: warning: unused variable ‘par’ Fix it by moving the definition of par inside the 5271 conditional code. Reported-by: ertheb <3rth3bnospam@ethe.fr> Signed-off-by: Greg Ungerer --- Reading git-format-patch failed