diff options
author | Tim Gardner <tim.gardner@canonical.com> | 2012-07-26 13:39:24 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-07-30 23:12:11 -0400 |
commit | 583087f567ca370c63b7e6b078fb550914b0049e (patch) | |
tree | c4adaf1aa9da714e59446160e3f1efc2a0376f25 | |
parent | b8320e95f77023858a56992bfef70edc20cc6abd (diff) |
[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.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) | |||
1786 | 1786 | ||
1787 | return 0; | 1787 | return 0; |
1788 | } | 1788 | } |
1789 | |||
1790 | MODULE_FIRMWARE(CX23885_FIRM_IMAGE_NAME); | ||