public inbox for linux-media@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] media/radio/wl1273: fix build errors
@ 2011-02-27 17:51 Randy Dunlap
  2011-04-01  0:09 ` Mike Frysinger
  0 siblings, 1 reply; 3+ messages in thread
From: Randy Dunlap @ 2011-02-27 17:51 UTC (permalink / raw)
  To: linux-media, lkml; +Cc: Mauro, Matti Aaltonen

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!

Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Cc: Matti Aaltonen <matti.j.aaltonen@nokia.com>
---
(also needed in mainline)

 drivers/media/radio/Kconfig |    1 +
 1 file changed, 1 insertion(+)

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

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

* Re: [PATCH] media/radio/wl1273: fix build errors
  2011-02-27 17:51 [PATCH] media/radio/wl1273: fix build errors Randy Dunlap
@ 2011-04-01  0:09 ` Mike Frysinger
  2011-04-11 21:38   ` [stable] " Greg KH
  0 siblings, 1 reply; 3+ messages in thread
From: Mike Frysinger @ 2011-04-01  0:09 UTC (permalink / raw)
  To: Randy Dunlap, stable; +Cc: linux-media, lkml, Mauro, Matti Aaltonen

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

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

* Re: [stable] [PATCH] media/radio/wl1273: fix build errors
  2011-04-01  0:09 ` Mike Frysinger
@ 2011-04-11 21:38   ` Greg KH
  0 siblings, 0 replies; 3+ messages in thread
From: Greg KH @ 2011-04-11 21:38 UTC (permalink / raw)
  To: Mike Frysinger
  Cc: Randy Dunlap, stable, Matti Aaltonen, Mauro, lkml, linux-media

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

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

end of thread, other threads:[~2011-04-11 21:45 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-27 17:51 [PATCH] media/radio/wl1273: fix build errors Randy Dunlap
2011-04-01  0:09 ` Mike Frysinger
2011-04-11 21:38   ` [stable] " Greg KH

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