diff options
author | Tim Gardner <tim.gardner@canonical.com> | 2012-07-26 14:39:24 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-07-31 00:12:11 -0300 |
commit | 583087f567ca370c63b7e6b078fb550914b0049e (patch) | |
tree | c4adaf1aa9da714e59446160e3f1efc2a0376f25 /drivers/media/video/cx23885/cx23885-417.c | |
parent | b8320e95f77023858a56992bfef70edc20cc6abd (diff) | |
download | talos-op-linux-583087f567ca370c63b7e6b078fb550914b0049e.tar.gz talos-op-linux-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>
Diffstat (limited to 'drivers/media/video/cx23885/cx23885-417.c')
-rw-r--r-- | drivers/media/video/cx23885/cx23885-417.c | 2 |
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); |