From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from sunset.davemloft.net (unknown [74.93.104.97]) by ozlabs.org (Postfix) with ESMTP id 03D9BDDE09 for ; Thu, 14 Feb 2008 11:53:43 +1100 (EST) Date: Wed, 13 Feb 2008 16:54:13 -0800 (PST) Message-Id: <20080213.165413.201539871.davem@davemloft.net> To: michael@ellerman.id.au Subject: Re: [PATCH 1/2] Add include of linux/of.h to numa.c From: David Miller In-Reply-To: <3bcbba96837cfcdeb873d26d51241c9659e77930.1202949456.git.michael@ellerman.id.au> References: <3bcbba96837cfcdeb873d26d51241c9659e77930.1202949456.git.michael@ellerman.id.au> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Cc: linuxppc-dev@ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: Michael Ellerman Date: Thu, 14 Feb 2008 11:37:49 +1100 (EST) > numa.c requires routines in linux/of.h, so should include it. > > Signed-off-by: Michael Ellerman Thanks for looking into these build failures Michael. I actually just finished respinning the LMB tree, which I'll post about next, and I dealt with this asm/prom.h issue in what I believe should be a more fail-safe way from the get-go. Have a look when I post that, and let me know if the build is OK. Thanks!