From mboxrd@z Thu Jan 1 00:00:00 1970 From: Randy Dunlap Subject: Re: linux-next: Tree for Feb 23 (media/radio) Date: Tue, 28 Feb 2012 07:54:46 -0800 Message-ID: <4F4CF8C6.4030305@xenotime.net> References: <20120223143722.d8814b493df968c229da5f20@canb.auug.org.au> <4F46AC34.8090704@xenotime.net> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <4F46AC34.8090704@xenotime.net> Sender: linux-media-owner@vger.kernel.org To: Randy Dunlap Cc: Stephen Rothwell , linux-next@vger.kernel.org, LKML , linux-media@vger.kernel.org List-Id: linux-next.vger.kernel.org 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 : > > > 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