summaryrefslogtreecommitdiff
path: root/drivers/media/video/cx18/cx18-driver.c
diff options
context:
space:
mode:
authorTim Gardner <tim.gardner@canonical.com>2012-07-27 12:45:21 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2012-07-31 00:12:26 -0300
commit8a7bf1d446bcaeed3b1f2a4dcb2f033dcdfc0827 (patch)
tree258ba8b3f3da6e5222996ff5abd204fa02b718e0 /drivers/media/video/cx18/cx18-driver.c
parent740a3ea20d4070d3f2e4fadb8771f1fdac7d4abe (diff)
[media] cx18: Declare MODULE_FIRMWARE usage
Signed-off-by: Tim Gardner <tim.gardner@canonical.com> Acked-by: Andy Walls <awalls@md.metrocast.net> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/cx18/cx18-driver.c')
-rw-r--r--drivers/media/video/cx18/cx18-driver.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/video/cx18/cx18-driver.c b/drivers/media/video/cx18/cx18-driver.c
index 7e5ffd6f5178..c67733d32c8a 100644
--- a/drivers/media/video/cx18/cx18-driver.c
+++ b/drivers/media/video/cx18/cx18-driver.c
@@ -1357,3 +1357,4 @@ static void __exit module_cleanup(void)
module_init(module_start);
module_exit(module_cleanup);
+MODULE_FIRMWARE(XC2028_DEFAULT_FIRMWARE);