From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757848Ab0EKUZN (ORCPT ); Tue, 11 May 2010 16:25:13 -0400 Received: from rcsinet10.oracle.com ([148.87.113.121]:45881 "EHLO rcsinet10.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754958Ab0EKUZK (ORCPT ); Tue, 11 May 2010 16:25:10 -0400 Date: Tue, 11 May 2010 13:24:20 -0700 From: Randy Dunlap To: Stephen Rothwell , akpm Cc: linux-next@vger.kernel.org, LKML , Samuel Ortiz , Florian Fainelli Subject: [PATCH -next] gpio: rdc321x needs to select MFD_CORE Message-Id: <20100511132420.29654430.randy.dunlap@oracle.com> In-Reply-To: <20100511155324.3c9019ef.sfr@canb.auug.org.au> References: <20100511155324.3c9019ef.sfr@canb.auug.org.au> Organization: Oracle Linux Eng. X-Mailer: Sylpheed 2.7.1 (GTK+ 2.16.6; x86_64-unknown-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Auth-Type: Internal IP X-Source-IP: acsinet15.oracle.com [141.146.126.227] X-CT-RefId: str=0001.0A090204.4BE9BD14.0131:SCFMA922111,ss=1,fgs=0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Randy Dunlap Fix rdc321x-southbridge build: GPIO_RDC321X needs to select MFD_CORE so that the core is built at the same (or higher) tristate level. rdc321x-southbridge.c:(.devinit.text+0x6103): undefined reference to `mfd_add_devices' rdc321x-southbridge.c:(.devexit.text+0xe5f): undefined reference to `mfd_remove_devices' Signed-off-by: Randy Dunlap Cc: Florian Fainelli --- Who merges gpio patches? drivers/gpio/Kconfig | 1 + 1 file changed, 1 insertion(+) --- linux-next-20100511.orig/drivers/gpio/Kconfig +++ linux-next-20100511/drivers/gpio/Kconfig @@ -285,6 +285,7 @@ config GPIO_TIMBERDALE config GPIO_RDC321X tristate "RDC R-321x GPIO support" depends on PCI && GPIOLIB + select MFD_CORE select MFD_RDC321X help Support for the RDC R321x SoC GPIOs over southbridge