[PATCH 5/9] ARM: shmobile: mark mackerel sh_mmcif_device __maybe_unused

Arnd Bergmann arnd at arndb.de
Fri Feb 15 07:55:06 EST 2013


On Thursday 14 February 2013, Simon Horman wrote:
> On Thu, Feb 14, 2013 at 11:26:54PM +0100, Arnd Bergmann wrote:
> > Patch eac036ef9e "ARM: shmobile: streamline mackerel SD and MMC devices"
> > made the use of the sh_mmcif_device variable for mackarel optional,
> > but the definition is always provided, causing a build warning.
> > 
> > arch/arm/mach-shmobile/board-mackerel.c:1120:31: warning: 'sh_mmcif_device'
> > 	defined but not used [-Wunused-variable]
> > 
> > Marking the variable as __maybe_unused will do the right thing here.
> > 
> > Signed-off-by: Arnd Bergmann <arnd at arndb.de>
> > Cc: Guennadi Liakhovetski <g.liakhovetski at gmx.de>
> > Cc: Simon Horman <horms+renesas at verge.net.au>
> 
> No objections here.
> 
> Acked-by: Simon Horman <horms+renesas at verge.net.au>

AFAICT, the change that caused this is in linux-next only through your
heads/boards3 branch but not through arm-soc, so please apply my patch
on your branch.

	Arnd



More information about the linux-arm-kernel mailing list