diff options
author | Brian Norris <computersforpeace@gmail.com> | 2013-09-04 11:00:46 -0700 |
---|---|---|
committer | Sekhar Nori <nsekhar@ti.com> | 2013-09-19 14:56:03 +0530 |
commit | 016b9eb0c52ed7349ffdb42b4e51c93ad1f5d90a (patch) | |
tree | 037ac3fa45de421b52c5ee4c3194422809c6b56a /arch/arm/mach-omap2/omap_hwmod_44xx_data.c | |
parent | 53ed7812841f107786f69e0437831469ffdeeeee (diff) | |
download | talos-op-linux-016b9eb0c52ed7349ffdb42b4e51c93ad1f5d90a.tar.gz talos-op-linux-016b9eb0c52ed7349ffdb42b4e51c93ad1f5d90a.zip |
ARM: davinci: dm365 evm: fix unused variable warning
If neither CONFIG_SND_DM365_AIC3X_CODEC nor CONFIG_SND_DM365_VOICE_CODEC
are defined, we may get warnings like:
arch/arm/mach-davinci/board-dm365-evm.c:179:33: warning: 'dm365_evm_snd_data' defined but not used [-Wunused-variable]
To fix this, just mark the struct as __maybe_unused.
Signed-off-by: Brian Norris <computersforpeace@gmail.com>
Cc: Sekhar Nori <nsekhar@ti.com>
Cc: Kevin Hilman <khilman@deeprootsystems.com>
Cc: Russell King <linux@arm.linux.org.uk>
Signed-off-by: Sekhar Nori <nsekhar@ti.com>
Diffstat (limited to 'arch/arm/mach-omap2/omap_hwmod_44xx_data.c')
0 files changed, 0 insertions, 0 deletions