summaryrefslogtreecommitdiff
path: root/linux/drivers/media/video/cx18/cx18-cards.h
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@infradead.org>2008-04-28 12:00:32 +0000
committerMauro Carvalho Chehab <mchehab@infradead.org>2008-04-28 12:00:32 +0000
commitc1f7e6c05cb6b34d620d7e0ad00ee9e2d16f9d61 (patch)
tree470162607999b4120e6b640346927fe5afe42eba /linux/drivers/media/video/cx18/cx18-cards.h
parent3dec6258197dcc6512b630b4a7b66f85e18a6640 (diff)
downloadmediapointer-dvb-s2-c1f7e6c05cb6b34d620d7e0ad00ee9e2d16f9d61.tar.gz
mediapointer-dvb-s2-c1f7e6c05cb6b34d620d7e0ad00ee9e2d16f9d61.tar.bz2
fix SOC_CAMERA_MT9M001 build bug
From: Ingo Molnar <mingo@elte.hu> on latest -git, with this config: http://redhat.com/~mingo/misc/config-Mon_Apr_28_13_25_34_CEST_2008.bad CONFIG_SOC_CAMERA_MT9M001=y CONFIG_SOC_CAMERA_MT9V022=y # CONFIG_I2C is not set the build fails: drivers/built-in.o: In function `reg_read': mt9m001.c:(.text+0x140a87): undefined reference to `i2c_smbus_read_word_data' drivers/built-in.o: In function `reg_write': mt9m001.c:(.text+0x140b6e): undefined reference to `i2c_smbus_write_word_data' drivers/built-in.o: In function `reg_read': mt9v022.c:(.text+0x1413a7): undefined reference to `i2c_smbus_read_word_data' drivers/built-in.o: In function `reg_write': mt9v022.c:(.text+0x1414ce): undefined reference to `i2c_smbus_write_word_data' drivers/built-in.o: In function `mt9m001_mod_init': mt9m001.c:(.init.text+0x158a8): undefined reference to `i2c_register_driver' drivers/built-in.o: In function `mt9v022_mod_init': mt9v022.c:(.init.text+0x158b8): undefined reference to `i2c_register_driver' drivers/built-in.o: In function `mt9m001_mod_exit': mt9m001.c:(.exit.text+0x1656): undefined reference to `i2c_del_driver' drivers/built-in.o: In function `mt9v022_mod_exit': mt9v022.c:(.exit.text+0x1666): undefined reference to `i2c_del_driver' adding the missing I2C dependency fixes it. Signed-off-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'linux/drivers/media/video/cx18/cx18-cards.h')
0 files changed, 0 insertions, 0 deletions