diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-05-04 20:32:45 +0000 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-05-04 20:32:45 +0000 |
commit | 7984b8d80eecec19b6d589e090ee2897ee733504 (patch) | |
tree | dea1efda71a3f82e2988130c45414f9960b48978 /linux/drivers/media/video | |
parent | 4cb8f2ea6e89cc04d19acff75e00d5852ff854a4 (diff) | |
download | mediapointer-dvb-s2-7984b8d80eecec19b6d589e090ee2897ee733504.tar.gz mediapointer-dvb-s2-7984b8d80eecec19b6d589e090ee2897ee733504.tar.bz2 |
cinergyT2 build fix
From: Ingo Molnar <mingo@elte.hu>
x86.git testing found the following build bug in v2.6.26-rc1:
drivers/built-in.o: In function `cinergyt2_probe':
cinergyT2.c:(.text+0xb6117): undefined reference to `input_allocate_device'
cinergyT2.c:(.text+0xb6230): undefined reference to `input_register_device'
cinergyT2.c:(.text+0xb623d): undefined reference to `input_free_device'
with the following config:
http://redhat.com/~mingo/misc/config-Sun_May__4_22_06_54_CEST_2008.bad
The reason for the bug is that the cinergyT2 driver depends on
CONFIG_INPUT functionality, but if INPUT is modular it's still possible
to build CONFIG_DVB_CINERGYT2=y - which leads to missing symbols.
The solution is to make DVB_CINERGYT2 dependent on INPUT.
[ This solves the build problem - i have not tested the driver on this card. ]
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'linux/drivers/media/video')
0 files changed, 0 insertions, 0 deletions