]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
[media] media: fix dm1105.c build error
authorRandy Dunlap <rdunlap@infradead.org>
Sun, 8 Jan 2017 01:08:49 +0000 (23:08 -0200)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Tue, 31 Jan 2017 09:57:14 +0000 (07:57 -0200)
commite3bb3cddd177550d63a3e4909cf1a7782f13414d
tree7515945becd95057b598d7a50d67ca60e4260487
parenta2370ba2752538404e363346b339869c9973aeac
[media] media: fix dm1105.c build error

Fix dm1105 build error when CONFIG_I2C_ALGOBIT=m and
CONFIG_DVB_DM1105=y.

drivers/built-in.o: In function `dm1105_probe':
dm1105.c:(.text+0x2836e7): undefined reference to `i2c_bit_add_bus'

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Reported-by: kbuild test robot <fengguang.wu@intel.com>
Cc: Javier Martinez Canillas <javier@osg.samsung.com>
Cc: stable@vger.kernel.org # applies to 4.0 (maybe even 3.x)
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
drivers/media/pci/dm1105/Kconfig