diff options
author | Mika Westerberg <mika.westerberg@linux.intel.com> | 2015-10-13 17:51:25 +0300 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2015-10-16 23:53:40 +0300 |
commit | f487bbf309759153f56bac7d7ba5ee63196ce584 (patch) | |
tree | 84423cfb4ad04becfefd9049c885c4a4511580f0 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 11091fb0a1227d569d09353e1ce1f88694a033dc (diff) | |
download | linux-f487bbf309759153f56bac7d7ba5ee63196ce584.tar.xz |
pinctrl: intel: Fix compilation warning when !CONFIG_PM_SLEEP
We get following warning when CONFIG_PM_SLEEP is not set
warning: ‘intel_gpio_irq_init’ defined but not used [-Wunused-function]
Since the function is only called from intel_pinctrl_resume() move it
inside CONFIG_PM_SLEEP guard as well.
Signed-off-by: Mika Westerberg <mika.westerberg@linux.intel.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions