From mboxrd@z Thu Jan 1 00:00:00 1970 From: santosh.shilimkar@ti.com (Santosh Shilimkar) Date: Mon, 03 Oct 2011 10:41:06 +0530 Subject: [PATCH 13/30] ARM: omap2+: fix omap_hdq_init compilation In-Reply-To: <1317566760-25681-14-git-send-email-arnd@arndb.de> References: <1317566760-25681-1-git-send-email-arnd@arndb.de> <1317566760-25681-14-git-send-email-arnd@arndb.de> Message-ID: <4E8943EA.5060205@ti.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Sunday 02 October 2011 08:15 PM, Arnd Bergmann wrote: > The definition of the device must depend on the hardware > we run on, not on the kernel configuration. > > arch/arm/mach-omap2/devices.c:624:13: error: 'OMAP_HDQ_BASE' undeclared here (not in a function) > > Signed-off-by: Arnd Bergmann > --- Acked-by: Santosh Shilimkar