commit | f6e90a66cde270cd6cc7aa1f4f0650930aa7f6bc | [log] [tgz] |
---|---|---|
author | Mauro Carvalho Chehab <mchehab@infradead.org> | Tue Dec 11 15:01:57 2007 -0300 |
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | Fri Jan 25 19:03:31 2008 -0200 |
tree | d594e35ea357d693d70bc01857b7140ed5066eaa | |
parent | 2c10e8a8985e41addbbbe54b403418c27462f854 [diff] |
V4L/DVB (6795): Add EXPORT_SYMBOL_GPL to the saa7134 video control routines Those newer functions are used by saa7134-empress. Adds export for them: +EXPORT_SYMBOL_GPL(saa7134_g_ctrl); +EXPORT_SYMBOL_GPL(saa7134_s_ctrl); +EXPORT_SYMBOL_GPL(saa7134_queryctrl); Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>