public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] fix build error of driver/mfd/tc6393xb.c
@ 2008-07-04 11:20 Takashi Iwai
  2008-07-04 11:47 ` Dmitry Baryshkov
  0 siblings, 1 reply; 19+ messages in thread
From: Takashi Iwai @ 2008-07-04 11:20 UTC (permalink / raw)
  To: Stephen Rothwell; +Cc: Dmitry Baryshkov, linux-next, LKML

Fix the build of tc6393xb  due to missing definition of struct
gpio_chip.

Signed-off-by: Takashi Iwai <tiwai@suse.de>

---
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

^ permalink raw reply related	[flat|nested] 19+ messages in thread

end of thread, other threads:[~2008-07-07 16:23 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-04 11:20 [PATCH] fix build error of driver/mfd/tc6393xb.c Takashi Iwai
2008-07-04 11:47 ` Dmitry Baryshkov
2008-07-04 12:04   ` Takashi Iwai
2008-07-04 12:42     ` Dmitry Baryshkov
2008-07-04 12:59       ` Takashi Iwai
2008-07-04 13:22         ` Dmitry Baryshkov
2008-07-04 13:59           ` Takashi Iwai
2008-07-04 14:22             ` Dmitry Baryshkov
2008-07-04 15:24               ` Takashi Iwai
2008-07-04 15:27                 ` Dmitry Baryshkov
2008-07-04 16:47                   ` Takashi Iwai
2008-07-04 16:54                 ` David Brownell
2008-07-05  8:31                   ` Dmitry Baryshkov
2008-07-05 17:13                     ` David Brownell
2008-07-07 16:09                       ` Takashi Iwai
2008-07-07 16:19                         ` David Brownell
2008-07-07 16:23                           ` Takashi Iwai
2008-07-04 16:52             ` David Brownell
2008-07-04 16:50         ` David Brownell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox