From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757018Ab2BWVOd (ORCPT ); Thu, 23 Feb 2012 16:14:33 -0500 Received: from oproxy6-pub.bluehost.com ([67.222.54.6]:54269 "HELO oproxy6-pub.bluehost.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1756663Ab2BWVOc (ORCPT ); Thu, 23 Feb 2012 16:14:32 -0500 Message-ID: <4F46AC34.8090704@xenotime.net> Date: Thu, 23 Feb 2012 13:14:28 -0800 From: Randy Dunlap User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.15) Gecko/20110323 Thunderbird/3.1.9 MIME-Version: 1.0 To: Stephen Rothwell CC: linux-next@vger.kernel.org, LKML , linux-media@vger.kernel.org Subject: Re: linux-next: Tree for Feb 23 (media/radio) References: <20120223143722.d8814b493df968c229da5f20@canb.auug.org.au> In-Reply-To: <20120223143722.d8814b493df968c229da5f20@canb.auug.org.au> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Identified-User: {1807:box742.bluehost.com:xenotime:xenotime.net} {sentby:smtp auth 50.53.38.135 authed with rdunlap@xenotime.net} Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 : 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