From: Arnd Bergmann Date: Fri, 5 Jul 2013 14:20:17 +0000 (+0200) Subject: ARM: OMAP: omap_common_late_init may be unused X-Git-Tag: v3.11-rc1~12^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=069d0a7870f45a3eb0540825d6dc517eda2a525a;p=pandora-kernel.git 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 Cc: Tony Lindgren --- Reading git-diff-tree failed