commit | 069d0a7870f45a3eb0540825d6dc517eda2a525a | [log] [tgz] |
---|---|---|
author | Arnd Bergmann <arnd@arndb.de> | Fri Jul 05 16:20:17 2013 +0200 |
committer | Arnd Bergmann <arnd@arndb.de> | Fri Jul 05 23:07:41 2013 +0200 |
tree | 8266dfbffdcb32e33a2924fb9672533f48934566 | |
parent | 5562b80033231bd50bd6809ab2db3b2ce5670dc3 [diff] |
ARM: OMAP: omap_common_late_init may be unused Some OMAP SoCs use this function while others do not, and that causes a warning when building multi_v7_defconfig. Marking the function __maybe_unused silences the harmless warning without the need to add complex #ifdef logic. Signed-off-by: Arnd Bergmann <arnd@arndb.de> Cc: Tony Lindgren <tony@atomide.com>