From mboxrd@z Thu Jan 1 00:00:00 1970 From: arnd@arndb.de (Arnd Bergmann) Date: Thu, 04 Dec 2014 16:41:13 +0100 Subject: [PATCH] arm: omap2: rx51-peripherals: fix build warning In-Reply-To: <20141204152411.GF18045@saruman> References: <1417033655-32332-1-git-send-email-balbi@ti.com> <20141204152411.GF18045@saruman> Message-ID: <3261416.DL88JFJXUF@wuerfel> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Thursday 04 December 2014 09:24:11 Felipe Balbi wrote: > On Wed, Nov 26, 2014 at 02:27:35PM -0600, Felipe Balbi wrote: > > commit 68a3c04 ([media] ARM: OMAP2: RX-51: update > > si4713 platform data) updated board-rx51-peripherals.c > > so that si4713 could be easily used on DT boot, but > > it ended up introducing a build warning whenever > > si4713 isn't enabled. > > > > This patches fixes that warning: > > > > arch/arm/mach-omap2/board-rx51-peripherals.c:1000:36: warning: \ > > ?rx51_si4713_platform_data? defined but not used [-Wunused-variable] > > static struct si4713_platform_data rx51_si4713_platform_data = { > > > > Cc: Sebastian Reichel > > Cc: Tony Lindgren > > Cc: Hans Verkuil > > Cc: Mauro Carvalho Chehab > > Signed-off-by: Felipe Balbi > > a gentle reminder on this one. > Let me add my Acked-by: Arnd Bergmann You didn't say who you expect to pick up the patch. I assume Mauro should take it because he took the patch that caused the problem, but he might not be aware that he should look at this now. Arnd