From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932932Ab1EaXKF (ORCPT ); Tue, 31 May 2011 19:10:05 -0400 Received: from wolverine02.qualcomm.com ([199.106.114.251]:30836 "EHLO wolverine02.qualcomm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932879Ab1EaXKE (ORCPT ); Tue, 31 May 2011 19:10:04 -0400 X-IronPort-AV: E=McAfee;i="5400,1158,6362"; a="94560411" From: Stephen Boyd To: David Brown , Daniel Walker Cc: linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Arnd Bergmann , Nicolas Pitre Subject: [PATCH] msm: timer: Fix SMP build error Date: Tue, 31 May 2011 16:10:00 -0700 Message-Id: <1306883400-32711-1-git-send-email-sboyd@codeaurora.org> X-Mailer: git-send-email 1.7.5.3.367.ga9930 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Fix build breakage on SMP=y builds due to 0f7b332 (ARM: consolidate SMP cross call implementation, 2011-04-03) arch/arm/mach-msm/timer.c: In function 'local_timer_setup': arch/arm/mach-msm/timer.c:295: error: implicit declaration of function 'gic_enable_ppi' Signed-off-by: Stephen Boyd --- arch/arm/mach-msm/timer.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/arch/arm/mach-msm/timer.c b/arch/arm/mach-msm/timer.c index 38b95e9..9bfdd5a 100644 --- a/arch/arm/mach-msm/timer.c +++ b/arch/arm/mach-msm/timer.c @@ -23,6 +23,8 @@ #include #include +#include + #include #include -- Sent by an employee of the Qualcomm Innovation Center, Inc. The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum.