summaryrefslogtreecommitdiff
path: root/arch/arm/configs
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2015-12-09 16:43:45 +0300
committerArnd Bergmann <arnd@arndb.de>2015-12-16 01:50:13 +0300
commitee5d874271f2b6a6ff1046aa7a8e41e4d53888d4 (patch)
treeb6193207b2c34aed6b3f196edba2808fbd941feb /arch/arm/configs
parentf41bd6afb78e024880ba84a642a75b2a2e108304 (diff)
downloadlinux-ee5d874271f2b6a6ff1046aa7a8e41e4d53888d4.tar.xz
ARM: pxa: mark ezx structures as __maybe_unused
The ezx platform contains multiple machine descriptors, but not all of them use all of the data structures, and it's possible to disable all of the machines, which produces some harmless warnings: mach-pxa/ezx.c:53:26: warning: 'ezx_pwm_lookup' defined but not used [-Wunused-variable] mach-pxa/ezx.c:86:31: warning: 'ezx_fb_info_1' defined but not used [-Wunused-variable] mach-pxa/ezx.c:107:31: warning: 'ezx_fb_info_2' defined but not used [-Wunused-variable] mach-pxa/ezx.c:113:32: warning: 'ezx_devices' defined but not used [-Wunused-variable] mach-pxa/ezx.c:117:22: warning: 'ezx_pin_config' defined but not used [-Wunused-variable] This marks all those structures as __maybe_unused to avoid the warnings. Obviously a configuration that contains the ezx platform but no specific model is a bit silly, but it should not cause compile-time warnings. Signed-off-by: Arnd Bergmann <arnd@arndb.de> Acked-by: Robert Jarzmik <robert.jarzmik@free.fr>
Diffstat (limited to 'arch/arm/configs')
0 files changed, 0 insertions, 0 deletions