]> err.no Git - linux-2.6/commitdiff
V4L/DVB (5406): Add comment why the symbols are exported.
authorHans Verkuil <hverkuil@xs4all.nl>
Sat, 10 Mar 2007 09:59:44 +0000 (06:59 -0300)
committerMauro Carvalho Chehab <mchehab@infradead.org>
Fri, 27 Apr 2007 18:44:26 +0000 (15:44 -0300)
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, currently being ported to be in kernel.

Added a comment so people are aware of these issues.

Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
drivers/media/video/ivtv/ivtv-driver.c

index ad0c1628ef965cb0ff3c6a9204e474a40e3bc3bd..c61e88319a2224952cca8f05566567364d8ea07c 100644 (file)
@@ -1356,6 +1356,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);