[PATCH] ARM: davinci: fix build break because of undeclared dm365_evm_snd_data

Arnd Bergmann arnd at arndb.de
Thu Jul 14 05:44:57 PDT 2016


On Tuesday, July 12, 2016 7:46:13 PM CEST Sekhar Nori wrote:
> commit 6bce5efd4424 ("ARM: davinci: remove unused davinci-i2s pdata")
> removed all instances of davinci-i2s pdata. However, on DM365 EVM,
> the same platform data is passed to the voicecodec present on that
> device.
> 
> This causes build breakage when voicecodec support is enabled:
> 
> arch/arm/mach-davinci/board-dm365-evm.c:764:17: error: 'dm365_evm_snd_data' undeclared (first use in this function)
> 
> voicecodec driver does not use the platform data as well, and
> it is safe to remove it.
> 
> Fixes: 6bce5efd4424 ("ARM: davinci: remove unused davinci-i2s pdata")
> Reported-by: Arnd Bergmann <arnd at arndb.de>
> Signed-off-by: Sekhar Nori <nsekhar at ti.com>
> 

Applied to next/soc, thanks!

	Arnd




More information about the linux-arm-kernel mailing list