All of lore.kernel.org
 help / color / mirror / Atom feed
* build errors in radio subsystem
@ 2012-03-19  9:45 Claus Olesen
  2012-03-19 14:56 ` Randy Dunlap
  0 siblings, 1 reply; 2+ messages in thread
From: Claus Olesen @ 2012-03-19  9:45 UTC (permalink / raw)
  To: linux-media

I just got a kernel update that doesn't work for my PCTV 290e's so I
pulled and build the media_build tree and got the below errors which I
also got a week ago when I did the same after the previous kernel
update and I'm just reporting this without knowing how often errors
are fixed or for help if something is wrong at my end. The errors went
away after I inserted include of slab.h in those files.

/media_build/v4l/radio-isa.c:246:3: error: implicit declaration of
function 'kfree' [-Werror=implicit-function-declaration]
/media_build/v4l/radio-aztech.c:72:9: error: implicit declaration of
function 'kzalloc' [-Werror=implicit-function-declaration]
media_build/v4l/radio-rtrack2.c:46:2: error: implicit declaration of
function 'kzalloc' [-Werror=implicit-function-declaration]
media_build/v4l/radio-typhoon.c:76:9: error: implicit declaration of
function 'kzalloc' [-Werror=implicit-function-declaration]
media_build/v4l/radio-terratec.c:57:2: error: implicit declaration of
function 'kzalloc' [-Werror=implicit-function-declaration]
media_build/v4l/radio-aimslab.c:67:9: error: implicit declaration of
function 'kzalloc' [-Werror=implicit-function-declaration]
media_build/v4l/radio-zoltrix.c:80:9: error: implicit declaration of
function 'kzalloc' [-Werror=implicit-function-declaration]
media_build/v4l/radio-gemtek.c:183:9: error: implicit declaration of
function 'kzalloc' [-Werror=implicit-function-declaration]
media_build/v4l/radio-trust.c:57:9: error: implicit declaration of
function 'kzalloc' [-Werror=implicit-function-declaration]

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

* Re: build errors in radio subsystem
  2012-03-19  9:45 build errors in radio subsystem Claus Olesen
@ 2012-03-19 14:56 ` Randy Dunlap
  0 siblings, 0 replies; 2+ messages in thread
From: Randy Dunlap @ 2012-03-19 14:56 UTC (permalink / raw)
  To: Claus Olesen; +Cc: linux-media, Mauro Carvalho Chehab, Hans Verkuil

On 03/19/2012 02:45 AM, Claus Olesen wrote:

> I just got a kernel update that doesn't work for my PCTV 290e's so I
> pulled and build the media_build tree and got the below errors which I
> also got a week ago when I did the same after the previous kernel
> update and I'm just reporting this without knowing how often errors
> are fixed or for help if something is wrong at my end. The errors went
> away after I inserted include of slab.h in those files.

Mauro,
Please merge Hans's media-isa patch from Feb. 29.

Subject: [PATCH] Add missing slab.h to fix linux-next compile errors

Thanks.

> /media_build/v4l/radio-isa.c:246:3: error: implicit declaration of
> function 'kfree' [-Werror=implicit-function-declaration]
> /media_build/v4l/radio-aztech.c:72:9: error: implicit declaration of
> function 'kzalloc' [-Werror=implicit-function-declaration]
> media_build/v4l/radio-rtrack2.c:46:2: error: implicit declaration of
> function 'kzalloc' [-Werror=implicit-function-declaration]
> media_build/v4l/radio-typhoon.c:76:9: error: implicit declaration of
> function 'kzalloc' [-Werror=implicit-function-declaration]
> media_build/v4l/radio-terratec.c:57:2: error: implicit declaration of
> function 'kzalloc' [-Werror=implicit-function-declaration]
> media_build/v4l/radio-aimslab.c:67:9: error: implicit declaration of
> function 'kzalloc' [-Werror=implicit-function-declaration]
> media_build/v4l/radio-zoltrix.c:80:9: error: implicit declaration of
> function 'kzalloc' [-Werror=implicit-function-declaration]
> media_build/v4l/radio-gemtek.c:183:9: error: implicit declaration of
> function 'kzalloc' [-Werror=implicit-function-declaration]
> media_build/v4l/radio-trust.c:57:9: error: implicit declaration of
> function 'kzalloc' [-Werror=implicit-function-declaration]
> --


-- 
~Randy

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

end of thread, other threads:[~2012-03-19 14:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-03-19  9:45 build errors in radio subsystem Claus Olesen
2012-03-19 14:56 ` Randy Dunlap

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.