LKML Archive mirror
 help / color / mirror / Atom feed
* linux-next: build failure after merge of the viafb tree
@ 2010-05-25  2:57 Stephen Rothwell
  2010-05-25 12:56 ` Jonathan Corbet
  0 siblings, 1 reply; 5+ messages in thread
From: Stephen Rothwell @ 2010-05-25  2:57 UTC (permalink / raw
  To: Jonathan Corbet; +Cc: linux-next, linux-kernel, Mark Gross

[-- Attachment #1: Type: text/plain, Size: 884 bytes --]

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@canb.auug.org.au
http://www.canb.auug.org.au/~sfr/

[-- Attachment #2: Type: application/pgp-signature, Size: 198 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: linux-next: build failure after merge of the viafb tree
  2010-05-25  2:57 Stephen Rothwell
@ 2010-05-25 12:56 ` Jonathan Corbet
  2010-05-25 13:30   ` Stephen Rothwell
  0 siblings, 1 reply; 5+ messages in thread
From: Jonathan Corbet @ 2010-05-25 12:56 UTC (permalink / raw
  To: Stephen Rothwell; +Cc: linux-next, linux-kernel, Mark Gross

On Tue, 25 May 2010 12:57:18 +1000
Stephen Rothwell <sfr@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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: linux-next: build failure after merge of the viafb tree
  2010-05-25 12:56 ` Jonathan Corbet
@ 2010-05-25 13:30   ` Stephen Rothwell
  0 siblings, 0 replies; 5+ messages in thread
From: Stephen Rothwell @ 2010-05-25 13:30 UTC (permalink / raw
  To: Jonathan Corbet; +Cc: linux-next, linux-kernel, Mark Gross

[-- Attachment #1: Type: text/plain, Size: 560 bytes --]

Hi Jon,

On Tue, 25 May 2010 06:56:47 -0600 Jonathan Corbet <corbet@lwn.net> wrote:
>
> On Tue, 25 May 2010 12:57:18 +1000
> Stephen Rothwell <sfr@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@canb.auug.org.au
http://www.canb.auug.org.au/~sfr/

[-- Attachment #2: Type: application/pgp-signature, Size: 198 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* linux-next: build failure after merge of the viafb tree
@ 2010-09-20  3:10 Stephen Rothwell
  2010-09-21  1:35 ` Florian Tobias Schandinat
  0 siblings, 1 reply; 5+ messages in thread
From: Stephen Rothwell @ 2010-09-20  3:10 UTC (permalink / raw
  To: Florian Tobias Schandinat; +Cc: linux-next, linux-kernel

[-- Attachment #1: Type: text/plain, Size: 729 bytes --]

Hi Florian,

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

drivers/video/via/viafbdev.c: In function 'viafb_init_proc':
drivers/video/via/viafbdev.c:1605: error: incompatible type for argument 3 of 'proc_create'

Caused by commit 84e3266c11318f2240e7de7868a14aa1119c613c ("viafb: add
interface for output device configuration") which missed one conversion
of "*viabf_entry" -> "viafb_entry".

I have used the version of the viafb tree from next-20100917 for today.

Also several commits in this tree have the "subject" line repeated in the
commit message.
-- 
Cheers,
Stephen Rothwell                    sfr@canb.auug.org.au
http://www.canb.auug.org.au/~sfr/

[-- Attachment #2: Type: application/pgp-signature, Size: 490 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: linux-next: build failure after merge of the viafb tree
  2010-09-20  3:10 linux-next: build failure after merge of the viafb tree Stephen Rothwell
@ 2010-09-21  1:35 ` Florian Tobias Schandinat
  0 siblings, 0 replies; 5+ messages in thread
From: Florian Tobias Schandinat @ 2010-09-21  1:35 UTC (permalink / raw
  To: Stephen Rothwell; +Cc: linux-next, linux-kernel

Hi Stephen,

Stephen Rothwell schrieb:
> Hi Florian,
> 
> After merging the viafb tree, today's linux-next build (x86_64
> allmodconfig) failed like this:
> 
> drivers/video/via/viafbdev.c: In function 'viafb_init_proc':
> drivers/video/via/viafbdev.c:1605: error: incompatible type for argument 3 of 'proc_create'
> 
> Caused by commit 84e3266c11318f2240e7de7868a14aa1119c613c ("viafb: add
> interface for output device configuration") which missed one conversion
> of "*viabf_entry" -> "viafb_entry".
> 
> I have used the version of the viafb tree from next-20100917 for today.
> 
> Also several commits in this tree have the "subject" line repeated in the
> commit message.

Should be fixed now.


Thanks,

Florian Tobias Schandinat

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2010-09-21  1:36 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-20  3:10 linux-next: build failure after merge of the viafb tree Stephen Rothwell
2010-09-21  1:35 ` Florian Tobias Schandinat
  -- strict thread matches above, loose matches on Subject: below --
2010-05-25  2:57 Stephen Rothwell
2010-05-25 12:56 ` Jonathan Corbet
2010-05-25 13:30   ` Stephen Rothwell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).