From mboxrd@z Thu Jan 1 00:00:00 1970 From: viresh.kumar@linaro.org (Viresh Kumar) Date: Wed, 6 Mar 2013 07:13:23 +0800 Subject: [PATCH 9/9] ARM: spear3xx: Use correct pl080 header file In-Reply-To: <1362521809-22989-10-git-send-email-arnd@arndb.de> References: <1362521809-22989-1-git-send-email-arnd@arndb.de> <1362521809-22989-10-git-send-email-arnd@arndb.de> Message-ID: To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 6 March 2013 06:16, Arnd Bergmann wrote: > The definitions have move around recently, causing build errors > in spear3xx for all configurations: > > spear3xx.c:47:5: error: 'PL080_BSIZE_16' undeclared here (not in a function) > spear3xx.c:47:23: error: 'PL080_CONTROL_SB_SIZE_SHIFT' undeclared here (not in a function) > spear3xx.c:48:22: error: 'PL080_CONTROL_DB_SIZE_SHIFT' undeclared here (not in a function) > > Signed-off-by: Arnd Bergmann > Cc: Alessandro Rubini > Cc: Viresh Kumar > --- > arch/arm/mach-spear3xx/spear3xx.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) You are a bit late in posting this. We already got the same patch from Vipul yesterday :)