Prev: usb 2.0 em28xx kernel panic general protection fault: 0000 [#1] SMP RIP: 0010:[<ffffffffa004fbc5>] [<ffffffffa004fbc5>] em28xx_isoc_copy_vbi+0x62e/0x812 [em28xx]
Next: FILE FOR CLAIM
From: Samuel Ortiz on 10 Aug 2010 19:20 On Tue, Aug 10, 2010 at 09:40:59AM -0700, Randy Dunlap wrote: > From: Randy Dunlap <randy.dunlap(a)oracle.com> > > tps6586x uses gpio interfaces, so it should depend on GPIOLIB. Thanks Randy, I merged this one into the yet to be pulled tps6586x driver. Cheers, Samuel. > Fixes these build errors: > > drivers/mfd/tps6586x.c:41: error: field 'gpio' has incomplete type > drivers/mfd/tps6586x.c:195: warning: type defaults to 'int' in declaration of '__mptr' > drivers/mfd/tps6586x.c:195: warning: initialization from incompatible pointer type > drivers/mfd/tps6586x.c:210: warning: type defaults to 'int' in declaration of '__mptr' > drivers/mfd/tps6586x.c:210: warning: initialization from incompatible pointer type > drivers/mfd/tps6586x.c:219: warning: type defaults to 'int' in declaration of '__mptr' > drivers/mfd/tps6586x.c:219: warning: initialization from incompatible pointer type > drivers/mfd/tps6586x.c:249: error: implicit declaration of function 'gpiochip_add' > > Signed-off-by: Randy Dunlap <randy.dunlap(a)oracle.com> > Cc: Samuel Ortiz <sameo(a)linux.intel.com> > --- > drivers/mfd/Kconfig | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > --- linux-next-20100810.orig/drivers/mfd/Kconfig > +++ linux-next-20100810/drivers/mfd/Kconfig > @@ -543,7 +543,7 @@ config MFD_JZ4740_ADC > > config MFD_TPS6586X > tristate "TPS6586x Power Management chips" > - depends on I2C > + depends on I2C && GPIOLIB > select MFD_CORE > help > If you say yes here you get support for the TPS6586X series of -- Intel Open Source Technology Centre http://oss.intel.com/ -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ |