aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Gardner <tim.gardner@canonical.com>2012-07-26 14:39:24 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2012-07-31 00:12:11 -0300
commit583087f567ca370c63b7e6b078fb550914b0049e (patch)
treec4adaf1aa9da714e59446160e3f1efc2a0376f25
parent[media] cx231xx: Declare MODULE_FIRMWARE usage (diff)
downloadlinux-dev-583087f567ca370c63b7e6b078fb550914b0049e.tar.xz
linux-dev-583087f567ca370c63b7e6b078fb550914b0049e.zip
[media] cx23885: Declare MODULE_FIRMWARE usage
Cc: Steven Toth <stoth@kernellabs.com> Cc: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Tim Gardner <tim.gardner@canonical.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
-rw-r--r--drivers/media/video/cx23885/cx23885-417.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/media/video/cx23885/cx23885-417.c b/drivers/media/video/cx23885/cx23885-417.c
index f5c79e53e5a1..5d5052d0253f 100644
--- a/drivers/media/video/cx23885/cx23885-417.c
+++ b/drivers/media/video/cx23885/cx23885-417.c
@@ -1786,3 +1786,5 @@ int cx23885_417_register(struct cx23885_dev *dev)
return 0;
}
+
+MODULE_FIRMWARE(CX23885_FIRM_IMAGE_NAME);