From 5a6bfd8e71496f94ebd84d1c0b6e03d4fb74eab9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Uwe=20Kleine-K=C3=B6nig?= Date: Fri, 7 Aug 2009 22:42:38 +0200 Subject: [PATCH] ARM: msm: include linux/cache.h in proc_comm.c MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit commit 68718e6f364fbf51398f33d3cf39121ae2756275 in tip. This fixes a a build failure for 2.6.31-rc4-rt1 (ARCH=arm, msm_defconfig): CC arch/arm/mach-msm/proc_comm.o arch/arm/mach-msm/proc_comm.c:43: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__cacheline_aligned_in_smp' arch/arm/mach-msm/proc_comm.c: In function 'msm_proc_comm': arch/arm/mach-msm/proc_comm.c:76: error: 'proc_comm_lock' undeclared (first use in this function) arch/arm/mach-msm/proc_comm.c:76: error: (Each undeclared identifier is reported only once arch/arm/mach-msm/proc_comm.c:76: error: for each function it appears in.) Signed-off-by: Uwe Kleine-König Cc: Russell King Cc: Brian Swetland LKML-Reference: <1249677761-19470-3-git-send-email-u.kleine-koenig@pengutronix.de> Signed-off-by: Thomas Gleixner Signed-off-by: Paul Gortmaker --- arch/arm/mach-msm/proc_comm.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/arch/arm/mach-msm/proc_comm.c b/arch/arm/mach-msm/proc_comm.c index 915ee70..e825c36 100644 --- a/arch/arm/mach-msm/proc_comm.c +++ b/arch/arm/mach-msm/proc_comm.c @@ -14,6 +14,7 @@ * */ +#include #include #include #include -- 1.7.0.4