* media_build: ov534_9.c:1381:3: error: implicit declaration of function 'err'
@ 2012-07-17 12:27 Antti Palosaari
2012-07-17 12:42 ` Antti Palosaari
0 siblings, 1 reply; 2+ messages in thread
From: Antti Palosaari @ 2012-07-17 12:27 UTC (permalink / raw)
To: Jean-François Moine, linux-media
Hello Jean-François,
I just tried to build drivers using media_build.git.
Could you look that issue?
/media_build/v4l/ov534_9.c: In function 'sd_init':
/media_build/v4l/ov534_9.c:1381:3: error: implicit declaration of
function 'err' [-Werror=implicit-function-declaration]
Diff against 3.5-rc5 says:
26a27
> #undef pr_fmt
1380c1381
< pr_err("Unknown sensor %04x", sensor_id);
---
> err("Unknown sensor %04x", sensor_id);
regards
Antti
--
http://palosaari.fi/
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: media_build: ov534_9.c:1381:3: error: implicit declaration of function 'err'
2012-07-17 12:27 media_build: ov534_9.c:1381:3: error: implicit declaration of function 'err' Antti Palosaari
@ 2012-07-17 12:42 ` Antti Palosaari
0 siblings, 0 replies; 2+ messages in thread
From: Antti Palosaari @ 2012-07-17 12:42 UTC (permalink / raw)
To: Jean-François Moine, linux-media
On 07/17/2012 03:27 PM, Antti Palosaari wrote:
> Hello Jean-François,
>
> I just tried to build drivers using media_build.git.
> Could you look that issue?
>
> /media_build/v4l/ov534_9.c: In function 'sd_init':
> /media_build/v4l/ov534_9.c:1381:3: error: implicit declaration of
> function 'err' [-Werror=implicit-function-declaration]
>
> Diff against 3.5-rc5 says:
>
> 26a27
> > #undef pr_fmt
> 1380c1381
> < pr_err("Unknown sensor %04x", sensor_id);
> ---
> > err("Unknown sensor %04x", sensor_id);
argh, same seem to be for hdpvr-core.c.
Forget whole issue. 3.5-rc5 seems to have fixed those correctly but
media_build.git downloads older drivers.
regards
Antti
--
http://palosaari.fi/
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-07-17 12:42 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-17 12:27 media_build: ov534_9.c:1381:3: error: implicit declaration of function 'err' Antti Palosaari
2012-07-17 12:42 ` Antti Palosaari
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 NNTP newsgroup(s).