From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from jdl.com (jdl.com [208.123.74.7]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTP id E3FB5DDE00 for ; Thu, 4 Oct 2007 22:48:31 +1000 (EST) To: Kumar Gala Subject: Re: [PATCH 2/5] Add initial MPC8610 HPCD Platform files. In-Reply-To: Your message of "Wed, 03 Oct 2007 23:35:18 CDT." <44FE7AFC-1883-49A1-A781-6D966653EDF4@kernel.crashing.org> References: <1191442173.21463.77.camel@ld0161-tx32> <20071004134115.cc099dd1.sfr@canb.auug.org.au> <44FE7AFC-1883-49A1-A781-6D966653EDF4@kernel.crashing.org> Date: Thu, 04 Oct 2007 07:48:24 -0500 From: Jon Loeliger Message-Id: Cc: Stephen Rothwell , Xianghua Xiao , "linuxppc-dev@ozlabs.org" List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , So, like, the other day Kumar Gala mumbled: > > On Oct 3, 2007, at 10:41 PM, Stephen Rothwell wrote: > > > On Wed, 03 Oct 2007 15:09:33 -0500 Jon Loeliger > > wrote: > >> > >> +++ b/arch/powerpc/platforms/86xx/mpc8610_hpcd.c > >> +#include > >> +#include > >> +#include > >> +#include > >> +#include > >> +#include > >> + > >> +#include > >> +#include > >> +#include > >> +#include > >> +#include > >> +#include > > > > You should include linux/of.h as well to use the of_ accessor > > functions. > > added. > > - k Thanks, Kumar. jdl