Arnd Bergmann 293ea3d0ab ARM: omap2: mark unused functions as __maybe_unused
The omap_generic_init() and omap_hwmod_init_postsetup() functions are
used in the initialization for all OMAP2+ SoC types, but in the
extreme case that those are all disabled, we get a warning about
unused code:

arch/arm/mach-omap2/io.c:412:123: error: 'omap_hwmod_init_postsetup' defined but not used [-Werror=unused-function]
arch/arm/mach-omap2/board-generic.c:30:123: error: 'omap_generic_init' defined but not used [-Werror=unused-function]

This annotates both as __maybe_unused to shut up that warning.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Tony Lindgren <tony@atomide.com>
Reviewed-by: Sebastian Reichel <sebastian.reichel@collabora.co.uk>
2017-07-27 22:57:48 +02:00
..
2017-07-27 12:54:35 +02:00
2017-07-14 12:36:20 -07:00
2017-06-18 23:12:36 -07:00
2017-07-04 14:34:51 -07:00
2017-07-04 14:34:51 -07:00
2017-07-27 22:57:38 +02:00
2017-07-04 14:34:51 -07:00
2017-07-08 12:36:50 -07:00
2017-06-18 22:53:20 -07:00
2017-06-21 18:08:41 +02:00