From: Arnd Bergmann Date: Fri, 1 Mar 2013 23:10:30 +0000 (+0100) Subject: ARM: spear3xx: Use correct pl080 header file X-Git-Tag: v3.9-rc3~29^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=27f423fe120df3a7488dd750b4e0508f03c325b6;p=platform%2Fupstream%2Fkernel-adaptation-pc.git ARM: spear3xx: Use correct pl080 header file 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 --- diff --git a/arch/arm/mach-spear3xx/spear3xx.c b/arch/arm/mach-spear3xx/spear3xx.c index f9d754f..d2b3937 100644 --- a/arch/arm/mach-spear3xx/spear3xx.c +++ b/arch/arm/mach-spear3xx/spear3xx.c @@ -14,7 +14,7 @@ #define pr_fmt(fmt) "SPEAr3xx: " fmt #include -#include +#include #include #include #include