diff options
author | Caesar Wang <wxt@rock-chips.com> | 2015-11-12 03:43:11 (GMT) |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2015-11-12 03:52:39 (GMT) |
commit | c970872e59e46774d508777291b2f90910ab695b (patch) | |
tree | c4c3440d523f19537a465ccb120bd05b48d0d32d /fs | |
parent | 8d3de01cfa37bfcf54f1d84eafb7db8530b74199 (diff) | |
download | linux-c970872e59e46774d508777291b2f90910ab695b.tar.xz |
thermal: rockchip: fix compile error
Missing a include file caused compile error.
drivers/thermal/rockchip_thermal.c: In function 'rockchip_thermal_suspend':
drivers/thermal/rockchip_thermal.c:720:2: error: implicit declaration of function 'pinctrl_pm_select_sleep_state' [-Werror=implicit-function-declaration]
...
Fixes: 7e38a5b1daa1 ("thermal: rockchip: support the sleep pinctrl state
to avoid glitches")
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Reported-by: kbuild test robot <lkp@intel.com>
Signed-off-by: Caesar Wang <wxt@rock-chips.com>
Signed-off-by: Eduardo Valentin <edubezval@gmail.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'fs')
0 files changed, 0 insertions, 0 deletions