[<prev] [next>] [day] [month] [year] [list]
Message-Id: <E1Ni8UK-000871-37@www.linuxtv.org>
Date: Thu, 18 Feb 2010 16:40:24 +0100
From: Patch from Randy Dunlap <linuxtv-commits-bounces@...uxtv.org>
To: linuxtv-commits@...uxtv.org
Cc: Mocean Laboratories <info@...ean-labs.com>,
Randy Dunlap <randy.dunlap@...cle.com>,
Mauro Carvalho Chehab <mchehab@...hat.com>,
linux-kernel@...r.kernel.org, Kang Yong <kangyong@...egent.com>,
Huang Shijie <shijie8@...il.com>,
Zhang Xiaobing <xbzhang@...egent.com>,
Randy Dunlap <randy.dunlap@...cle.com>,
Mauro Carvalho Chehab <mchehab@...hat.com>,
Richard Rojfors <richard.rojfors@...agicore.com>,
Andrew Morton <akpm@...ux-foundation.org>,
Samuel Ortiz <sameo@...ux.intel.com>,
Randy Dunlap <randy.dunlap@...cle.com>,
Mauro Carvalho Chehab <mchehab@...hat.com>
Subject: [git:v4l-dvb/master] V4L/DVB: timberdale: fix mfd build
From: Randy Dunlap <randy.dunlap@...cle.com>
Fix mfd/timberdale build error -- add depends GPIOLIB.
include/linux/spi/max7301.h:14: error: field 'chip' has incomplete type
build-r7353.out:make[3]: *** [drivers/mfd/timberdale.o] Error 1
Repairs
commit ff7a26e08a16bb31158d830dbf60db2ff47019ab
Author: Richard R<C3><B6>jfors <richard.rojfors@...agicore.com>
AuthorDate: Thu Feb 4 08:18:52 2010 -0300
Commit: Mauro Carvalho Chehab <mchehab@...hat.com>
CommitDate: Fri Feb 5 12:25:37 2010 -0200
V4L/DVB: mfd: Add support for the timberdale FPGA
Signed-off-by: Randy Dunlap <randy.dunlap@...cle.com>
Cc: Richard Rojfors <richard.rojfors@...agicore.com>
Cc: Samuel Ortiz <sameo@...ux.intel.com>
Cc: Mauro Carvalho Chehab <mchehab@...hat.com>
Signed-off-by: Andrew Morton <akpm@...ux-foundation.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@...hat.com>
drivers/mfd/Kconfig | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
http://git.linuxtv.org/v4l-dvb.git?a=commit;h=0cb788768e977cad2ca977702248d1cb029b85f6
diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig
index eb22dee..413576a 100644
--- a/drivers/mfd/Kconfig
+++ b/drivers/mfd/Kconfig
@@ -351,7 +351,7 @@ config AB4500_CORE
config MFD_TIMBERDALE
tristate "Support for the Timberdale FPGA"
select MFD_CORE
- depends on PCI
+ depends on PCI && GPIOLIB
---help---
This is the core driver for the timberdale FPGA. This device is a
multifunction device which exposes numerous platform devices.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists