]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
media/radio/wl1273: fix build errors
authorRandy Dunlap <randy.dunlap@oracle.com>
Sun, 27 Feb 2011 17:51:54 +0000 (14:51 -0300)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 14 Apr 2011 20:02:26 +0000 (13:02 -0700)
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@oracle.com>
Cc: Matti Aaltonen <matti.j.aaltonen@nokia.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Cc: Mike Frysinger <vapier.adi@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/media/radio/Kconfig

index ecdffa6aac664e477b7608b563ee578d43b40936..c0902465bdfd7c3c1ac3a86f49063dc2d6409585 100644 (file)
@@ -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---