From patchwork Mon Mar 22 03:32:33 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Yinghai Lu X-Patchwork-Id: 87349 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter.kernel.org (8.14.3/8.14.3) with ESMTP id o2M3YKlT020110 for ; Mon, 22 Mar 2010 03:34:20 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754070Ab0CVDeU (ORCPT ); Sun, 21 Mar 2010 23:34:20 -0400 Received: from hera.kernel.org ([140.211.167.34]:37401 "EHLO hera.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753711Ab0CVDeT (ORCPT ); Sun, 21 Mar 2010 23:34:19 -0400 Received: from [192.168.101.11] (adsl-76-195-39-199.dsl.pltn13.sbcglobal.net [76.195.39.199]) (authenticated bits=0) by hera.kernel.org (8.14.3/8.14.3) with ESMTP id o2M3XaZP030591 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NO); Mon, 22 Mar 2010 03:33:38 GMT X-Virus-Status: Clean X-Virus-Scanned: clamav-milter 0.95.2 at hera.kernel.org Message-ID: <4BA6E4D1.6080704@kernel.org> Date: Sun, 21 Mar 2010 20:32:33 -0700 From: Yinghai Lu User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.8) Gecko/20100228 SUSE/3.0.3-1.1.1 Thunderbird/3.0.3 MIME-Version: 1.0 To: michael@ellerman.id.au CC: Ingo Molnar , Thomas Gleixner , "H. Peter Anvin" , Andrew Morton , "Eric W. Biederman" , Jesse Barnes , lguest@ozlabs.org, Jeremy Fitzhardinge , Rusty Russell , Ian Campbell , Paul Mundt , linux-sh@vger.kernel.org, x86@kernel.org, linux-kernel@vger.kernel.org, linuxppc-dev@ozlabs.org, Ingo Molnar , Paul Mackerras Subject: Re: [PATCH 01/10] irq: move some interrupt arch_* functions into struct irq_chip. References: <1269221770-9667-1-git-send-email-yinghai@kernel.org> <1269221770-9667-2-git-send-email-yinghai@kernel.org> <1269222962.3534.12.camel@concordia> In-Reply-To: <1269222962.3534.12.camel@concordia> Sender: linux-sh-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-sh@vger.kernel.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.3 (demeter.kernel.org [140.211.167.41]); Mon, 22 Mar 2010 03:34:21 +0000 (UTC) diff --git a/arch/powerpc/kernel/irq.c b/arch/powerpc/kernel/irq.c index 64f6f20..cafd378 100644 --- a/arch/powerpc/kernel/irq.c +++ b/arch/powerpc/kernel/irq.c @@ -1088,7 +1088,7 @@ int arch_early_irq_init(void) return 0; } -int arch_init_chip_data(struct irq_desc *desc, int node) +int arch_init_irq_desc(struct irq_desc *desc, int node, init_chip_data_fn fn) { desc->status |= IRQ_NOREQUEST; return 0;