From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751770Ab2GICE3 (ORCPT ); Sun, 8 Jul 2012 22:04:29 -0400 Received: from mail-pb0-f46.google.com ([209.85.160.46]:58188 "EHLO mail-pb0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751369Ab2GICE2 (ORCPT ); Sun, 8 Jul 2012 22:04:28 -0400 Date: Sun, 08 Jul 2012 19:04:27 -0700 (PDT) Message-ID: <87r4slg063.wl%kuninori.morimoto.gx@renesas.com> From: Kuninori Morimoto To: Thomas Gleixner , Stephen Rothwell , Linus Walleij Cc: Kuninori Morimoto , linux-kernel@vger.kernel.org, linux-next@vger.kernel.org Subject: Re: linux-next: build failure after merge of the gpio-lw tree In-Reply-To: References: <20120706161455.dd899154fbc8a79ee530572f@canb.auug.org.au> User-Agent: Wanderlust/2.14.0 Emacs/23.3 Mule/6.0 MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Linus Walleij, Stephen, and Thomas > >> > After merging the gpio-lw tree, today's linux-next build (x86_64 > >> > allmodconfig) failed like this: > >> > > >> > ERROR: "irq_set_chip_and_handler_name" [drivers/gpio/gpio-pcf857x.ko] undefined! > >> > ERROR: "dummy_irq_chip" [drivers/gpio/gpio-pcf857x.ko] undefined! > >> > >> Thanks, I've dropped the offending patch, Kuninori can you look into this and > >> provide a new patch? It's the second patch from your patch set. > > > > OK. I will, but it will be next week. > > And could you please show me where is your repository/branch ? > > http://git.kernel.org/?p=linux/kernel/git/linusw/linux-gpio.git;a=summary > branch devel/for-next In my check, these are export symbol issue. I think above 2 function/struct were not exported for module. Is it poosible to solve this issue by these patches ? Kuninori Morimoto (2): genirq: export irq_set_chip_and_handler_name() genirq: export dummy_irq_chip kernel/irq/chip.c | 1 + kernel/irq/dummychip.c | 2 ++ 2 files changed, 3 insertions(+), 0 deletions(-) Best regards --- Kuninori Morimoto