Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1267474
| From | Stephen Rothwell <sfr@canb.auug.org.au> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH] thermal: rockchip: fix compile error |
| Date | 2015-11-11 23:10 +0100 |
| Message-ID | <qtLKx-e4-1@gated-at.bofh.it> (permalink) |
| References | <qsyw2-MG-15@gated-at.bofh.it> <qt0sh-2g6-5@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Hi Eduardo,
On Mon, 9 Nov 2015 11:36:39 -0800 Eduardo Valentin <edubezval@gmail.com> wrote:
>
> On Sun, Nov 08, 2015 at 09:40:43PM +0800, Caesar Wang wrote:
> > 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]
> > pinctrl_pm_select_sleep_state(dev);
> > ^
> > drivers/thermal/rockchip_thermal.c:
> > In function 'rockchip_thermal_resume':
> > drivers/thermal/rockchip_thermal.c:759:2: error: implicit
> > declaration of function 'pinctrl_pm_select_default_state'
> > [-Werror=implicit-function-declaration]
> > ^pinctrl_pm_select_default_state(dev);
> > cc1: some warnings being treated as errors
> >
> > Fixes: 7e38a5b1daa1 ("thermal: rockchip: support the sleep pinctrl state
> > to avoid glitches")
>
>
> Adding this to my tree and sending to ruis too.
This missed the merge of the thermal tree into Linus' tree and so is
now needed in Linus' tree ASAP (several builds are failing).
--
Cheers,
Stephen Rothwell sfr@canb.auug.org.au
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH] thermal: rockchip: fix compile error Caesar Wang <wxt@rock-chips.com> - 2015-11-08 14:50 +0100
Re: [PATCH] thermal: rockchip: fix compile error Eduardo Valentin <edubezval@gmail.com> - 2015-11-09 20:40 +0100
Re: [PATCH] thermal: rockchip: fix compile error Stephen Rothwell <sfr@canb.auug.org.au> - 2015-11-11 23:10 +0100
Re: [PATCH] thermal: rockchip: fix compile error Eduardo Valentin <edubezval@gmail.com> - 2015-11-12 04:40 +0100
csiph-web