V4L/DVB (6795): Add EXPORT_SYMBOL_GPL to the saa7134 video control routines
authorMauro Carvalho Chehab <mchehab@infradead.org>
Tue, 11 Dec 2007 18:01:57 +0000 (15:01 -0300)
committerMauro Carvalho Chehab <mchehab@infradead.org>
Fri, 25 Jan 2008 21:03:31 +0000 (19:03 -0200)
commitf6e90a66cde270cd6cc7aa1f4f0650930aa7f6bc
treed594e35ea357d693d70bc01857b7140ed5066eaa
parent2c10e8a8985e41addbbbe54b403418c27462f854
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>
drivers/media/video/saa7134/saa7134-video.c