[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <4B749306.4050509@oracle.com>
Date: Thu, 11 Feb 2010 15:30:14 -0800
From: Randy Dunlap <randy.dunlap@...cle.com>
To: Andrew Morton <akpm@...ux-foundation.org>
CC: linux-kernel@...r.kernel.org,
Mocean Laboratories <info@...ean-labs.com>,
Juergen Beisert <j.beisert@...gutronix.de>,
Guennadi Liakhovetski <g.liakhovetski@...gutronix.de>,
Samuel Ortiz <sameo@...ux.intel.com>
Subject: [PATCH -mmotm] timberdale: fix mfd build
> This?
Nope, still has the same error.
Use this one instead. It builds now.
---
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
Signed-off-by: Randy Dunlap <randy.dunlap@...cle.com>
---
drivers/mfd/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- mmotm-2010-0210-1617.orig/drivers/mfd/Kconfig
+++ mmotm-2010-0210-1617/drivers/mfd/Kconfig
@@ -382,7 +382,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