[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20110412143555.549263406@clark.kroah.org>
Date: Tue, 12 Apr 2011 07:35:00 -0700
From: Greg KH <gregkh@...e.de>
To: linux-kernel@...r.kernel.org, stable@...nel.org
Cc: stable-review@...nel.org, torvalds@...ux-foundation.org,
akpm@...ux-foundation.org, alan@...rguk.ukuu.org.uk,
Randy Dunlap <randy.dunlap@...cle.com>,
Matti Aaltonen <matti.j.aaltonen@...ia.com>,
Mauro Carvalho Chehab <mchehab@...hat.com>,
Mike Frysinger <vapier.adi@...il.com>
Subject: [071/105] [media] media/radio/wl1273: fix build errors
2.6.38-stable review patch. If anyone has any objections, please let us know.
------------------
From: Randy Dunlap <randy.dunlap@...cle.com>
commit 1b149bbe9156d2eb2afd5a072bd61ad0d4bfaca7 upstream.
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@...cle.com>
Cc: Matti Aaltonen <matti.j.aaltonen@...ia.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@...hat.com>
Cc: Mike Frysinger <vapier.adi@...il.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@...e.de>
---
drivers/media/radio/Kconfig | 1 +
1 file changed, 1 insertion(+)
--- a/drivers/media/radio/Kconfig
+++ b/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---
--
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