From: Stephen Rothwell on
Hi Jonathan,

After merging the viafb tree, today's linux-next build (x86_64
allmodconfig) failed like this:

drivers/media/video/via-camera.c: In function 'viacam_streamon':
drivers/media/video/via-camera.c:1032: error: implicit declaration of function 'pm_qos_add_requirement'
drivers/media/video/via-camera.c: In function 'viacam_streamoff':
drivers/media/video/via-camera.c:1052: error: implicit declaration of function 'pm_qos_remove_requirement'

Caused by commit d9acc26333e04633af61e634a5bd91c066162fca ("Add the viafb
video capture driver") interacting with commit
ed77134bfccf5e75b6cbadab268e559dbe6a4ebb ("PM QOS update") from Linus'
tree. The pm_qos_..._requirement functions were renamed.

I have used the viafb tree from next-20100524 for today.
--
Cheers,
Stephen Rothwell sfr(a)canb.auug.org.au
http://www.canb.auug.org.au/~sfr/
From: Jonathan Corbet on
On Tue, 25 May 2010 12:57:18 +1000
Stephen Rothwell <sfr(a)canb.auug.org.au> wrote:

> drivers/media/video/via-camera.c: In function 'viacam_streamon':
> drivers/media/video/via-camera.c:1032: error: implicit declaration of function 'pm_qos_add_requirement'

Argh. I should have known that would happen, sorry. Will fix shortly.

Thanks,

jon
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo(a)vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
From: Stephen Rothwell on
Hi Jon,

On Tue, 25 May 2010 06:56:47 -0600 Jonathan Corbet <corbet(a)lwn.net> wrote:
>
> On Tue, 25 May 2010 12:57:18 +1000
> Stephen Rothwell <sfr(a)canb.auug.org.au> wrote:
>
> > drivers/media/video/via-camera.c: In function 'viacam_streamon':
> > drivers/media/video/via-camera.c:1032: error: implicit declaration of function 'pm_qos_add_requirement'
>
> Argh. I should have known that would happen, sorry. Will fix shortly.

Thanks.

--
Cheers,
Stephen Rothwell sfr(a)canb.auug.org.au
http://www.canb.auug.org.au/~sfr/