* [PATCH 37/75] saa7164: declare MODULE_FIRMWARE
@ 2009-11-07 21:52 Ben Hutchings
0 siblings, 0 replies; only message in thread
From: Ben Hutchings @ 2009-11-07 21:52 UTC (permalink / raw)
To: Mauro Carvalho Chehab; +Cc: linux-media
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
---
drivers/media/video/saa7164/saa7164-fw.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/drivers/media/video/saa7164/saa7164-fw.c b/drivers/media/video/saa7164/saa7164-fw.c
index ee0af35..b411fa0 100644
--- a/drivers/media/video/saa7164/saa7164-fw.c
+++ b/drivers/media/video/saa7164/saa7164-fw.c
@@ -25,9 +25,11 @@
#define SAA7164_REV2_FIRMWARE "v4l-saa7164-1.0.2.fw"
#define SAA7164_REV2_FIRMWARE_SIZE 3978608
+MODULE_FIRMWARE(SAA7164_REV2_FIRMWARE);
#define SAA7164_REV3_FIRMWARE "v4l-saa7164-1.0.3.fw"
#define SAA7164_REV3_FIRMWARE_SIZE 3978608
+MODULE_FIRMWARE(SAA7164_REV3_FIRMWARE);
struct fw_header {
u32 firmwaresize;
--
1.6.5.2
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2009-11-07 21:52 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-07 21:52 [PATCH 37/75] saa7164: declare MODULE_FIRMWARE Ben Hutchings
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox