diff options
author | Michael Krufky <mkrufky@linuxtv.org> | 2008-03-26 23:00:25 -0400 |
---|---|---|
committer | Michael Krufky <mkrufky@linuxtv.org> | 2008-03-26 23:00:25 -0400 |
commit | d704829af2530f7beaf1cc1313ce410191e1cd4e (patch) | |
tree | 4046dc673615dba7887bdcce12af07930fb18aa5 /linux/drivers/media/dvb/pluto2 | |
parent | 129f9913b28a40d3215a7251caf0b2a4f9f2470b (diff) | |
download | mediapointer-dvb-s2-d704829af2530f7beaf1cc1313ce410191e1cd4e.tar.gz mediapointer-dvb-s2-d704829af2530f7beaf1cc1313ce410191e1cd4e.tar.bz2 |
dvb-bt8xx: fix build error
From: Michael Krufky <mkrufky@linuxtv.org>
Fix the following build error:
In file included from dvb-bt8xx.c:35:
dvb-bt8xx.h:42:26: error: tuner-simple.h: No such file or directory
dvb-bt8xx.c: In function 'frontend_init':
dvb-bt8xx.c:612: error: 'simple_tuner_attach' undeclared (first use in this function)
dvb-bt8xx.c:612: error: (Each undeclared identifier is reported only once
dvb-bt8xx.c:612: error: for each function it appears in.)
dvb-bt8xx.c:612: warning: type defaults to 'int' in declaration of '__a'
dvb-bt8xx.c:612: warning: type defaults to 'int' in declaration of 'type name'
dvb-bt8xx.c:612: warning: cast from pointer to integer of different size
dvb-bt8xx.c:612: warning: type defaults to 'int' in declaration of 'type name'
dvb-bt8xx.c:612: warning: cast from pointer to integer of different size
dvb-bt8xx.c:612: error: called object '__a' is not a function
dvb-bt8xx.c:696: warning: type defaults to 'int' in declaration of '__a'
dvb-bt8xx.c:696: warning: type defaults to 'int' in declaration of 'type name'
dvb-bt8xx.c:696: warning: cast from pointer to integer of different size
dvb-bt8xx.c:696: warning: type defaults to 'int' in declaration of 'type name'
dvb-bt8xx.c:696: warning: cast from pointer to integer of different size
dvb-bt8xx.c:696: error: called object '__a' is not a function
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Diffstat (limited to 'linux/drivers/media/dvb/pluto2')
0 files changed, 0 insertions, 0 deletions