From mboxrd@z Thu Jan 1 00:00:00 1970 From: albin.tonnerre@gmail.com (Albin Tonnerre) Date: Fri, 5 Mar 2010 11:37:32 +0100 Subject: [PATCH] ARM: Add Versatile Express support In-Reply-To: <20100305102953.GA4885@n2100.arm.linux.org.uk> References: <20100305102953.GA4885@n2100.arm.linux.org.uk> Message-ID: To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Fri, Mar 5, 2010 at 11:29 AM, Russell King - ARM Linux wrote: > On Fri, Mar 05, 2010 at 11:27:13AM +0100, Albin Tonnerre wrote: >> Hi Russell, >> >> > +config ARCH_VEXPRESS >> > + ? ? ? bool "ARM Ltd. Versatile Express family" >> > + ? ? ? select ARCH_WANT_OPTIONAL_GPIOLIB >> > + ? ? ? select ARM_AMBA >> > + ? ? ? select ARM_TIMER_SP804 >> >> You need platform.h, as it's used in arch/arm/plat-versatile/timer-sp.c >> Unless I'm mistaken, it's missing from this patchset. >> >> Otherwise, Tested-By: Albin Tonnerre > > Builds fine for me. ?timer-sp.c does not include platform.h My fault, I overlooked the fact that 'ARM: Realview/Versatile: don't use magic numbers for timer frequency' removes this particular include. Regards, Albin