From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from fed1rmmtao03.cox.net (fed1rmmtao03.cox.net [68.230.241.36]) by ozlabs.org (Postfix) with ESMTP id 9B5A168287 for ; Sun, 11 Sep 2005 02:23:39 +1000 (EST) Date: Sat, 10 Sep 2005 09:23:37 -0700 From: Tom Rini To: Tobias Klauser Message-ID: <20050910162337.GA17038@smtp.west.cox.net> References: <20050910121633.GC1218@neon.tklauser.home> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <20050910121633.GC1218@neon.tklauser.home> Cc: akpm@osdl.org, kernel-janitors@lists.osdl.org, linuxppc-dev@ozlabs.org Subject: Re: [PATCH 2/4] arch/ppc: Replace custom macro with isdigit() List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Sat, Sep 10, 2005 at 02:16:33PM +0200, Tobias Klauser wrote: > Replace the custom is_digit() macro with isdigit() from > > Signed-off-by: Tobias Klauser NAK, in the boot code we don't want to be adding dependanies on external things without good reason to. -- Tom Rini http://gate.crashing.org/~trini/