From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from caramon.arm.linux.org.uk ([78.32.30.218]:41337 "EHLO caramon.arm.linux.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752777Ab0IBLJH (ORCPT ); Thu, 2 Sep 2010 07:09:07 -0400 Date: Thu, 2 Sep 2010 12:08:50 +0100 From: Russell King - ARM Linux Subject: Re: [PATCH 09/24] msm: MSM8X60 RUMI3 board support Message-ID: <20100902110850.GV26319@n2100.arm.linux.org.uk> References: <1282712273-344-1-git-send-email-johlstei@codeaurora.org> <1282712273-344-10-git-send-email-johlstei@codeaurora.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1282712273-344-10-git-send-email-johlstei@codeaurora.org> Sender: linux-arm-msm-owner@vger.kernel.org List-ID: To: Jeff Ohlstein Cc: Daniel Walker , linux-arm-msm@vger.kernel.org, Abhijeet Dharmapurikar , Gregory Bean , linux-kernel@vger.kernel.org, Bryan Huntsman , Steve Muckle , Stepan Moskovchenko , Brian Swetland , David Brown , linux-arm-kernel@lists.infradead.org On Tue, Aug 24, 2010 at 09:57:38PM -0700, Jeff Ohlstein wrote: > diff --git a/arch/arm/mach-msm/board-msm8x60.c b/arch/arm/mach-msm/board-msm8x60.c > new file mode 100644 > index 0000000..3ab4bd9 > --- /dev/null > +++ b/arch/arm/mach-msm/board-msm8x60.c > @@ -0,0 +1,59 @@ > +/* Copyright (c) 2010, Code Aurora Forum. All rights reserved. > + * > + * This program is free software; you can redistribute it and/or modify > + * it under the terms of the GNU General Public License version 2 and > + * only version 2 as published by the Free Software Foundation. > + * > + * This program is distributed in the hope that it will be useful, > + * but WITHOUT ANY WARRANTY; without even the implied warranty of > + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the > + * GNU General Public License for more details. > + * > + * You should have received a copy of the GNU General Public License > + * along with this program; if not, write to the Free Software > + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA > + * 02110-1301, USA. > + * > + */ > + > +#include > +#include > + > +#include > +#include > +#include > + > +#include > +#include > +#include linux/io.h > + > +extern struct sys_timer msm_timer; > +void __iomem *gic_cpu_base_addr; Please move to a header file.