Message ID | 20110227095154.2741d051.randy.dunlap@oracle.com (mailing list archive) |
---|---|
State | Accepted |
Headers | show |
On Thu, Mar 31, 2011 at 08:09:57PM -0400, Mike Frysinger wrote: > On Sun, Feb 27, 2011 at 12:51, Randy Dunlap wrote: > > From: Randy Dunlap <randy.dunlap@oracle.com> > > > > RADIO_WL1273 needs to make sure that the mfd core is built to avoid > > build errors: > > > > ERROR: "mfd_add_devices" [drivers/mfd/wl1273-core.ko] undefined! > > ERROR: "mfd_remove_devices" [drivers/mfd/wl1273-core.ko] undefined! > > 2.6.38 stable worthy ? > > now in mainline as 1b149bbe9156d2eb2afd5a072bd61ad0d4bfaca7 ... Now queued up, thanks. greg k-h -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
--- linux-next-20110223.orig/drivers/media/radio/Kconfig +++ linux-next-20110223/drivers/media/radio/Kconfig @@ -441,6 +441,7 @@ config RADIO_TIMBERDALE config RADIO_WL1273 tristate "Texas Instruments WL1273 I2C FM Radio" depends on I2C && VIDEO_V4L2 + select MFD_CORE select MFD_WL1273_CORE select FW_LOADER ---help---