summaryrefslogtreecommitdiff
path: root/drivers/staging/go7007/go7007-driver.c
diff options
context:
space:
mode:
authorBen Hutchings <ben@decadent.org.uk>2010-01-13 23:36:09 +0000
committerGreg Kroah-Hartman <gregkh@suse.de>2010-03-03 16:42:43 -0800
commit5d929a71908968905331cda0d52c44570d402110 (patch)
tree51779c394d857c8229f563f8eb9b3a15e894b60f /drivers/staging/go7007/go7007-driver.c
parent32dbb67138fdb8cefa348d29850eb9a9ce964e09 (diff)
staging: declare MODULE_FIRMWARE in various drivers
Signed-off-by: Ben Hutchings <ben@decadent.org.uk> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/go7007/go7007-driver.c')
-rw-r--r--drivers/staging/go7007/go7007-driver.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/staging/go7007/go7007-driver.c b/drivers/staging/go7007/go7007-driver.c
index fb1345ffb858..d42ba1696999 100644
--- a/drivers/staging/go7007/go7007-driver.c
+++ b/drivers/staging/go7007/go7007-driver.c
@@ -128,6 +128,8 @@ static int go7007_load_encoder(struct go7007 *go)
return rv;
}
+MODULE_FIRMWARE("go7007fw.bin");
+
/*
* Boot the encoder and register the I2C adapter if requested. Do the
* minimum initialization necessary, since the board-specific code may