Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754090AbYGDLUx (ORCPT ); Fri, 4 Jul 2008 07:20:53 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751797AbYGDLUp (ORCPT ); Fri, 4 Jul 2008 07:20:45 -0400 Received: from cantor.suse.de ([195.135.220.2]:33063 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751985AbYGDLUo (ORCPT ); Fri, 4 Jul 2008 07:20:44 -0400 Date: Fri, 04 Jul 2008 13:20:42 +0200 Message-ID: From: Takashi Iwai To: Stephen Rothwell Cc: Dmitry Baryshkov , linux-next@vger.kernel.org, LKML Subject: [PATCH] fix build error of driver/mfd/tc6393xb.c User-Agent: Wanderlust/2.12.0 (Your Wildest Dreams) SEMI/1.14.6 (Maruoka) FLIM/1.14.7 (=?ISO-8859-4?Q?Sanj=F2?=) APEL/10.6 Emacs/22.2 (x86_64-suse-linux-gnu) MULE/5.0 (SAKAKI) 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 Content-Length: 748 Lines: 24 Fix the build of tc6393xb due to missing definition of struct gpio_chip. Signed-off-by: Takashi Iwai --- diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig index 9f93c29..2981da4 100644 --- a/drivers/mfd/Kconfig +++ b/drivers/mfd/Kconfig @@ -44,7 +44,7 @@ config HTC_PASIC3 config MFD_TC6393XB bool "Support Toshiba TC6393XB" - depends on HAVE_GPIO_LIB + depends on HAVE_GPIO_LIB && GENERIC_GPIO select MFD_CORE help Support for Toshiba Mobile IO Controller TC6393XB -- 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/