Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752510Ab3EJMlm (ORCPT ); Fri, 10 May 2013 08:41:42 -0400 Received: from mail-qc0-f182.google.com ([209.85.216.182]:48341 "EHLO mail-qc0-f182.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751659Ab3EJMll (ORCPT ); Fri, 10 May 2013 08:41:41 -0400 Date: Fri, 10 May 2013 08:41:38 -0400 (EDT) From: Nicolas Pitre To: Sachin Kamat cc: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Russell King - ARM Linux , Catalin Marinas Subject: Re: [PATCH 1/1] ARM: mcpm: Fix build error with gic_secondary_init call In-Reply-To: <1368166526-12525-1-git-send-email-sachin.kamat@linaro.org> Message-ID: References: <1368166526-12525-1-git-send-email-sachin.kamat@linaro.org> User-Agent: Alpine 2.03 (LFD 1266 2009-07-14) MIME-Version: 1.0 Content-Type: MULTIPART/MIXED; BOUNDARY="8323328-875375415-1368189699=:13109" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1334 Lines: 33 This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. --8323328-875375415-1368189699=:13109 Content-Type: TEXT/PLAIN; charset=UTF-8 Content-Transfer-Encoding: 8BIT On Fri, 10 May 2013, Sachin Kamat wrote: > Commit c0114709ed ("irqchip: gic: Perform the gic_secondary_init() > call via CPU notifier") removed all platform calls to gic_secondary_init. > Since this file got merged after the removal of the above call, this > function got left out in the current file which is causing the following > build error: > arch/arm/common/mcpm_platsmp.c:52:2: error: implicit declaration of function > ‘gic_secondary_init’ [-Werror=implicit-function-declaration] > gic_secondary_init(0); > > Signed-off-by: Sachin Kamat > Cc: Catalin Marinas > Cc: Nicolas Pitre I already submitted a patch to fix this: http://www.arm.linux.org.uk/developer/patches/viewpatch.php?id=7715/1 Nicolas --8323328-875375415-1368189699=:13109-- -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/