summaryrefslogtreecommitdiff
path: root/linux/drivers
diff options
context:
space:
mode:
authorMichael Hunold <devnull@localhost>2002-12-22 19:32:31 +0000
committerMichael Hunold <devnull@localhost>2002-12-22 19:32:31 +0000
commitdd5dbc32caebd1899e245bc2771366e5495b5104 (patch)
treec85f39b1cb4c1cbed3acd3d9eb63d1c3942a8997 /linux/drivers
parent32713d316bc01dc29691cd7e29c0c49b155368f7 (diff)
downloadmediapointer-dvb-s2-dd5dbc32caebd1899e245bc2771366e5495b5104.tar.gz
mediapointer-dvb-s2-dd5dbc32caebd1899e245bc2771366e5495b5104.tar.bz2
"get_ac3info" is referenced by av7110.o, but the symbol is not
exported. Holger, you made a change a few days ago, introducing av7110_ipack.c and this. If this is intended, you should give it a new name with the "dvb" prefix.
Diffstat (limited to 'linux/drivers')
-rw-r--r--linux/drivers/media/dvb/dvb-core/dvb_ksyms.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/linux/drivers/media/dvb/dvb-core/dvb_ksyms.c b/linux/drivers/media/dvb/dvb-core/dvb_ksyms.c
index 233c5e010..3296fe708 100644
--- a/linux/drivers/media/dvb/dvb-core/dvb_ksyms.c
+++ b/linux/drivers/media/dvb/dvb-core/dvb_ksyms.c
@@ -42,3 +42,6 @@ EXPORT_SYMBOL(dvb_generic_release);
EXPORT_SYMBOL(dvb_filter_pes2ts_init);
EXPORT_SYMBOL(dvb_filter_pes2ts);
+/* FIXME: this is needed/referenced by av7110, but does not
+ have a dvb_* prefix */
+EXPORT_SYMBOL(get_ac3info);