diff options
author | Hans Verkuil <hverkuil@xs4all.nl> | 2007-03-10 10:59:44 +0100 |
---|---|---|
committer | Hans Verkuil <hverkuil@xs4all.nl> | 2007-03-10 10:59:44 +0100 |
commit | 3f8c2448bb82dd0b01be5d5f7d5d2de9962f83a8 (patch) | |
tree | 70cb4d48b54f3a3aef3ef6e150156b23da130221 | |
parent | 3c90f1cee8d76e09944f514d47de5a2069680280 (diff) | |
download | mediapointer-dvb-s2-3f8c2448bb82dd0b01be5d5f7d5d2de9962f83a8.tar.gz mediapointer-dvb-s2-3f8c2448bb82dd0b01be5d5f7d5d2de9962f83a8.tar.bz2 |
Add comment why the symbols are exported.
From: Hans Verkuil <hverkuil@xs4all.nl>
It is not immediately obvious why the ivtv symbols are exported
in ivtv-driver.c since both ivtv-fb and the IR-blaster module
are still out-of-tree. Added a comment so people are aware of
these issues.
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
-rw-r--r-- | linux/drivers/media/video/ivtv/ivtv-driver.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/linux/drivers/media/video/ivtv/ivtv-driver.c b/linux/drivers/media/video/ivtv/ivtv-driver.c index 56639bac5..adfc8a869 100644 --- a/linux/drivers/media/video/ivtv/ivtv-driver.c +++ b/linux/drivers/media/video/ivtv/ivtv-driver.c @@ -1360,6 +1360,8 @@ static void module_cleanup(void) pci_unregister_driver(&ivtv_pci_driver); } +/* Note: These symbols are exported because they are used by the ivtv-fb + framebuffer module and an infrared module for the IR-blaster. */ EXPORT_SYMBOL(ivtv_set_irq_mask); EXPORT_SYMBOL(ivtv_cards_active); EXPORT_SYMBOL(ivtv_cards); |