commit | f487bbf309759153f56bac7d7ba5ee63196ce584 | [log] [tgz] |
---|---|---|
author | Mika Westerberg <mika.westerberg@linux.intel.com> | Tue Oct 13 17:51:25 2015 +0300 |
committer | Linus Walleij <linus.walleij@linaro.org> | Fri Oct 16 22:53:40 2015 +0200 |
tree | 84423cfb4ad04becfefd9049c885c4a4511580f0 | |
parent | 11091fb0a1227d569d09353e1ce1f88694a033dc [diff] |
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>