All of lore.kernel.org
 help / color / mirror / Atom feed
* problem compiling modoule mt9t031 in current v4l-dvb-hg
@ 2010-03-07 11:32 Halim Sahin
  2010-03-07 12:07 ` Németh Márton
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Halim Sahin @ 2010-03-07 11:32 UTC (permalink / raw)
  To: linux-media

Hi Folks,
I was not able to build v4l-dvb from hg (checked out today).


/root/work/v4l-dvb/v4l/mt9t031.c:729: error: unknown field 'runtime_suspend' specified in initializer
/root/work/v4l-dvb/v4l/mt9t031.c:730: error: unknown field 'runtime_resume' specified in initializer
/root/work/v4l-dvb/v4l/mt9t031.c:730: warning: initialization from incompatible pointer type
make[3]: *** [/root/work/v4l-dvb/v4l/mt9t031.o] Error 1
make[2]: *** [_module_/root/work/v4l-dvb/v4l] Error 2
make[1]: *** [default] Fehler 2
make: *** [all] Fehler 2
Kernel 2.6.31 (x86_64)
regards
Halim


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

* Re: problem compiling modoule mt9t031 in current v4l-dvb-hg
  2010-03-07 11:32 problem compiling modoule mt9t031 in current v4l-dvb-hg Halim Sahin
@ 2010-03-07 12:07 ` Németh Márton
  2010-03-07 19:45 ` Guennadi Liakhovetski
  2010-03-11 14:16 ` Douglas Schilling Landgraf
  2 siblings, 0 replies; 4+ messages in thread
From: Németh Márton @ 2010-03-07 12:07 UTC (permalink / raw)
  To: Halim Sahin; +Cc: linux-media

Hi,
Halim Sahin wrote:
> Hi Folks,
> I was not able to build v4l-dvb from hg (checked out today).
> 
> 
> /root/work/v4l-dvb/v4l/mt9t031.c:729: error: unknown field 'runtime_suspend' specified in initializer
> /root/work/v4l-dvb/v4l/mt9t031.c:730: error: unknown field 'runtime_resume' specified in initializer
> /root/work/v4l-dvb/v4l/mt9t031.c:730: warning: initialization from incompatible pointer type
> make[3]: *** [/root/work/v4l-dvb/v4l/mt9t031.o] Error 1
> make[2]: *** [_module_/root/work/v4l-dvb/v4l] Error 2
> make[1]: *** [default] Fehler 2
> make: *** [all] Fehler 2
> Kernel 2.6.31 (x86_64)

What is the CONFIG_PM setting in your environment?

Regards,

	Márton Németh

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

* Re: problem compiling modoule mt9t031 in current v4l-dvb-hg
  2010-03-07 11:32 problem compiling modoule mt9t031 in current v4l-dvb-hg Halim Sahin
  2010-03-07 12:07 ` Németh Márton
@ 2010-03-07 19:45 ` Guennadi Liakhovetski
  2010-03-11 14:16 ` Douglas Schilling Landgraf
  2 siblings, 0 replies; 4+ messages in thread
From: Guennadi Liakhovetski @ 2010-03-07 19:45 UTC (permalink / raw)
  To: Halim Sahin; +Cc: linux-media

On Sun, 7 Mar 2010, Halim Sahin wrote:

> Hi Folks,
> I was not able to build v4l-dvb from hg (checked out today).
> 
> 
> /root/work/v4l-dvb/v4l/mt9t031.c:729: error: unknown field 'runtime_suspend' specified in initializer
> /root/work/v4l-dvb/v4l/mt9t031.c:730: error: unknown field 'runtime_resume' specified in initializer
> /root/work/v4l-dvb/v4l/mt9t031.c:730: warning: initialization from incompatible pointer type
> make[3]: *** [/root/work/v4l-dvb/v4l/mt9t031.o] Error 1
> make[2]: *** [_module_/root/work/v4l-dvb/v4l] Error 2
> make[1]: *** [default] Fehler 2
> make: *** [all] Fehler 2
> Kernel 2.6.31 (x86_64)

runtime-pm has been introduced after 2.6.31.

Thanks
Guennadi
---
Guennadi Liakhovetski, Ph.D.
Freelance Open-Source Software Developer
http://www.open-technology.de/

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

* Re: problem compiling modoule mt9t031 in current v4l-dvb-hg
  2010-03-07 11:32 problem compiling modoule mt9t031 in current v4l-dvb-hg Halim Sahin
  2010-03-07 12:07 ` Németh Márton
  2010-03-07 19:45 ` Guennadi Liakhovetski
@ 2010-03-11 14:16 ` Douglas Schilling Landgraf
  2 siblings, 0 replies; 4+ messages in thread
From: Douglas Schilling Landgraf @ 2010-03-11 14:16 UTC (permalink / raw)
  To: Halim Sahin; +Cc: linux-media

Hi,

On 03/07/2010 08:32 AM, Halim Sahin wrote:
> Hi Folks,
> I was not able to build v4l-dvb from hg (checked out today).
> 
> 
> /root/work/v4l-dvb/v4l/mt9t031.c:729: error: unknown field 'runtime_suspend' specified in initializer
> /root/work/v4l-dvb/v4l/mt9t031.c:730: error: unknown field 'runtime_resume' specified in initializer
> /root/work/v4l-dvb/v4l/mt9t031.c:730: warning: initialization from incompatible pointer type
> make[3]: *** [/root/work/v4l-dvb/v4l/mt9t031.o] Error 1
> make[2]: *** [_module_/root/work/v4l-dvb/v4l] Error 2
> make[1]: *** [default] Fehler 2
> make: *** [all] Fehler 2
> Kernel 2.6.31 (x86_64)
> regards
> Halim
> 

Thanks for your report. 
This issue was resolved, refresh your branch.

Cheers
Douglas

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

end of thread, other threads:[~2010-03-11 14:16 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-03-07 11:32 problem compiling modoule mt9t031 in current v4l-dvb-hg Halim Sahin
2010-03-07 12:07 ` Németh Márton
2010-03-07 19:45 ` Guennadi Liakhovetski
2010-03-11 14:16 ` Douglas Schilling Landgraf

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.