* Re: linux-next: Tree for Feb 23 (media/radio)
[not found] <20120223143722.d8814b493df968c229da5f20@canb.auug.org.au>
@ 2012-02-23 21:14 ` Randy Dunlap
2012-02-28 15:54 ` Randy Dunlap
0 siblings, 1 reply; 3+ messages in thread
From: Randy Dunlap @ 2012-02-23 21:14 UTC (permalink / raw)
To: Stephen Rothwell; +Cc: linux-next, LKML, linux-media
On 02/22/2012 07:37 PM, Stephen Rothwell wrote:
> Hi all,
>
> Changes since 20120222:
on i386:
Looks like several source files need to #include <linux/slab.h>:
drivers/media/radio/radio-isa.c:246:3: error: implicit declaration of
function 'kfree'
drivers/media/radio/radio-aztech.c:72:9: error: implicit declaration of
function 'kzalloc'
drivers/media/radio/radio-aztech.c:72:22: warning: initialization makes
pointer from integer without a cast
drivers/media/radio/radio-typhoon.c:76:9: error: implicit declaration of
function 'kzalloc'
drivers/media/radio/radio-typhoon.c:76:23: warning: initialization makes
pointer from integer without a cast
drivers/media/radio/radio-terratec.c:57:2: error: implicit declaration
of function 'kzalloc'
drivers/media/radio/radio-terratec.c:57:2: warning: return makes pointer
from integer without a cast
drivers/media/radio/radio-aimslab.c:67:9: error: implicit declaration of
function 'kzalloc'
drivers/media/radio/radio-aimslab.c:67:22: warning: initialization makes
pointer from integer without a cast
drivers/media/radio/radio-zoltrix.c:80:9: error: implicit declaration of
function 'kzalloc'
drivers/media/radio/radio-zoltrix.c:80:24: warning: initialization makes
pointer from integer without a cast
drivers/media/radio/radio-gemtek.c:183:9: error: implicit declaration of
function 'kzalloc'
drivers/media/radio/radio-gemtek.c:183:22: warning: initialization makes
pointer from integer without a cast
drivers/media/radio/radio-trust.c:57:9: error: implicit declaration of
function 'kzalloc'
drivers/media/radio/radio-trust.c:57:21: warning: initialization makes
pointer from integer without a cast
--
~Randy
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: linux-next: Tree for Feb 23 (media/radio)
2012-02-23 21:14 ` linux-next: Tree for Feb 23 (media/radio) Randy Dunlap
@ 2012-02-28 15:54 ` Randy Dunlap
2012-02-28 22:01 ` Mauro Carvalho Chehab
0 siblings, 1 reply; 3+ messages in thread
From: Randy Dunlap @ 2012-02-28 15:54 UTC (permalink / raw)
To: Randy Dunlap; +Cc: Stephen Rothwell, linux-next, LKML, linux-media
On 02/23/2012 01:14 PM, Randy Dunlap wrote:
> On 02/22/2012 07:37 PM, Stephen Rothwell wrote:
>> Hi all,
>>
>> Changes since 20120222:
>
ping.
These build errors still happen in linux-next 20120228.
>
> on i386:
>
> Looks like several source files need to #include <linux/slab.h>:
>
>
> drivers/media/radio/radio-isa.c:246:3: error: implicit declaration of function 'kfree'
> drivers/media/radio/radio-aztech.c:72:9: error: implicit declaration of function 'kzalloc'
> drivers/media/radio/radio-aztech.c:72:22: warning: initialization makes pointer from integer without a cast
> drivers/media/radio/radio-typhoon.c:76:9: error: implicit declaration of function 'kzalloc'
> drivers/media/radio/radio-typhoon.c:76:23: warning: initialization makes pointer from integer without a cast
> drivers/media/radio/radio-terratec.c:57:2: error: implicit declaration of function 'kzalloc'
> drivers/media/radio/radio-terratec.c:57:2: warning: return makes pointer from integer without a cast
> drivers/media/radio/radio-aimslab.c:67:9: error: implicit declaration of function 'kzalloc'
> drivers/media/radio/radio-aimslab.c:67:22: warning: initialization makes pointer from integer without a cast
> drivers/media/radio/radio-zoltrix.c:80:9: error: implicit declaration of function 'kzalloc'
> drivers/media/radio/radio-zoltrix.c:80:24: warning: initialization makes pointer from integer without a cast
> drivers/media/radio/radio-gemtek.c:183:9: error: implicit declaration of function 'kzalloc'
> drivers/media/radio/radio-gemtek.c:183:22: warning: initialization makes pointer from integer without a cast
> drivers/media/radio/radio-trust.c:57:9: error: implicit declaration of function 'kzalloc'
> drivers/media/radio/radio-trust.c:57:21: warning: initialization makes pointer from integer without a cast
>
--
~Randy
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: linux-next: Tree for Feb 23 (media/radio)
2012-02-28 15:54 ` Randy Dunlap
@ 2012-02-28 22:01 ` Mauro Carvalho Chehab
0 siblings, 0 replies; 3+ messages in thread
From: Mauro Carvalho Chehab @ 2012-02-28 22:01 UTC (permalink / raw)
To: Randy Dunlap
Cc: Stephen Rothwell, linux-next, LKML, linux-media, Hans Verkuil
Em 28-02-2012 12:54, Randy Dunlap escreveu:
> On 02/23/2012 01:14 PM, Randy Dunlap wrote:
>
>> On 02/22/2012 07:37 PM, Stephen Rothwell wrote:
>>> Hi all,
>>>
>>> Changes since 20120222:
>>
>
>
> ping.
>
> These build errors still happen in linux-next 20120228.
It is likely due to Hans ISA patch series.
Hans,
Could you please add the proper include file to the ISA radio framework?
Thanks!
Mauro
>
>
>>
>> on i386:
>>
>> Looks like several source files need to #include <linux/slab.h>:
>>
>>
>> drivers/media/radio/radio-isa.c:246:3: error: implicit declaration of function 'kfree'
>> drivers/media/radio/radio-aztech.c:72:9: error: implicit declaration of function 'kzalloc'
>> drivers/media/radio/radio-aztech.c:72:22: warning: initialization makes pointer from integer without a cast
>> drivers/media/radio/radio-typhoon.c:76:9: error: implicit declaration of function 'kzalloc'
>> drivers/media/radio/radio-typhoon.c:76:23: warning: initialization makes pointer from integer without a cast
>> drivers/media/radio/radio-terratec.c:57:2: error: implicit declaration of function 'kzalloc'
>> drivers/media/radio/radio-terratec.c:57:2: warning: return makes pointer from integer without a cast
>> drivers/media/radio/radio-aimslab.c:67:9: error: implicit declaration of function 'kzalloc'
>> drivers/media/radio/radio-aimslab.c:67:22: warning: initialization makes pointer from integer without a cast
>> drivers/media/radio/radio-zoltrix.c:80:9: error: implicit declaration of function 'kzalloc'
>> drivers/media/radio/radio-zoltrix.c:80:24: warning: initialization makes pointer from integer without a cast
>> drivers/media/radio/radio-gemtek.c:183:9: error: implicit declaration of function 'kzalloc'
>> drivers/media/radio/radio-gemtek.c:183:22: warning: initialization makes pointer from integer without a cast
>> drivers/media/radio/radio-trust.c:57:9: error: implicit declaration of function 'kzalloc'
>> drivers/media/radio/radio-trust.c:57:21: warning: initialization makes pointer from integer without a cast
>>
>
>
>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2012-02-28 22:01 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <20120223143722.d8814b493df968c229da5f20@canb.auug.org.au>
2012-02-23 21:14 ` linux-next: Tree for Feb 23 (media/radio) Randy Dunlap
2012-02-28 15:54 ` Randy Dunlap
2012-02-28 22:01 ` Mauro Carvalho Chehab
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox