aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Gardner <tim.gardner@canonical.com>2012-07-26 12:37:48 -0600
committerJohn Rigby <john.rigby@linaro.org>2012-08-15 23:46:15 -0600
commit48e28052dd533ab97721f16037aade81bb0fe56a (patch)
tree10500d04f70808bdd843b2dc167ee09fc1dafb8f
parentc4af3ccc34eb2c7d6ceb3d561f89f0d485ce640e (diff)
UBUNTU: SAUCE: cx23885: Declare MODULE_FIRMWARE usage
(Sent upstream) Cc: Mauro Carvalho Chehab <mchehab@infradead.org> Cc: Steven Toth <stoth@kernellabs.com> Cc: Hans Verkuil <hans.verkuil@cisco.com> Cc: linux-media@vger.kernel.org Signed-off-by: Tim Gardner <tim.gardner@canonical.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 f5c79e53e5a..5d5052d0253 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);