From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bob Tracy Subject: Re: [BUG] implicit declaration of kfree/kzalloc in i2c-i801.c on Alpha Date: Tue, 4 Jan 2011 16:04:21 -0600 Message-ID: <20110104220421.GA29096@gherkin.frus.com> References: <20110104061821.GA25886@gherkin.frus.com> Mime-Version: 1.0 Return-path: Content-Disposition: inline In-Reply-To: Sender: linux-alpha-owner@vger.kernel.org List-ID: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Matt Turner Cc: linux-kernel@vger.kernel.org, linux-alpha@vger.kernel.org, mcree@orcon.net.nz On Tue, Jan 04, 2011 at 02:37:00PM -0500, Matt Turner wrote: > On Tue, Jan 4, 2011 at 1:18 AM, Bob Tracy wrote: > > Another 2.6.37-rc8 build failure on alpha: > > > > (...) > > ?CC [M] ?drivers/i2c/busses/i2c-i801.o > > drivers/i2c/busses/i2c-i801.c: In function 'i801_probe': > > drivers/i2c/busses/i2c-i801.c:737: error: implicit declaration of function 'kzalloc' > > drivers/i2c/busses/i2c-i801.c:737: warning: assignment makes pointer from integer without a cast > > drivers/i2c/busses/i2c-i801.c:855: error: implicit declaration of function 'kfree' > > make[3]: *** [drivers/i2c/busses/i2c-i801.o] Error 1 > > make[2]: *** [drivers/i2c/busses] Error 2 > > make[1]: *** [drivers/i2c] Error 2 > > make: *** [drivers] Error 2 > > Is this specific to alpha? I wonder why we don't see this on other platforms? I'll start the Intel build this evening to check, but I'd be willing to bet it's Alpha-specific (only because no one else has hollered). --Bob