CHROMIUM: ARM: exynos: pm: add one __maybe_unused annotation
authorOlof Johansson <olofj@chromium.org>
Mon, 10 Sep 2012 23:16:36 +0000 (16:16 -0700)
committerGerrit <chrome-bot@google.com>
Tue, 11 Sep 2012 01:07:49 +0000 (18:07 -0700)
commitfeb2254ac713d246b1f1f944f732f2a94e45abf5
tree3eb53efe402d265ca7823780b3106f2189aee50e
parent23f8c5b50f2237bfa8d4cb25baae07bc5d18c6c2
CHROMIUM: ARM: exynos: pm: add one __maybe_unused annotation

It's hard to tell from the code flow (which is nasty in the first place) if the function will or will not be used, so
just mark it __maybe_unused for now.

Resolves:

arch/arm/mach-exynos/pm_domains.c:138:20: warning: 'exynos_pm_add_dev_to_genpd' defined but not used [-Wunused-function]

BUG=chromium-os:34287
TEST=none

Change-Id: Ieb8290edf595e33885b89eca29c83b460613a702
Signed-off-by: Olof Johansson <olofj@chromium.org>
Reviewed-on: https://gerrit.chromium.org/gerrit/32837
Reviewed-by: Doug Anderson <dianders@chromium.org>
arch/arm/mach-exynos/pm_domains.c