diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-06-26 15:34:22 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-07-06 14:15:41 -0300 |
commit | ab9cbcd36ce2f2d10de1610abeaa89ee0b619ae7 (patch) | |
tree | 5248d9d15eabeea1e04ccc88c21a1056e5357df8 /drivers | |
parent | 81059812c246cc4308447c0f2964c0b26d963778 (diff) | |
download | blackbird-obmc-linux-ab9cbcd36ce2f2d10de1610abeaa89ee0b619ae7.tar.gz blackbird-obmc-linux-ab9cbcd36ce2f2d10de1610abeaa89ee0b619ae7.zip |
[media] tuner-xc2028: tag the usual firmwares to help dracut
When tuner-xc2028 is not compiled as a module, dracut will
need to copy the firmware inside the initfs image.
So, use MODULE_FIRMWARE() to indicate such need.
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/media/common/tuners/tuner-xc2028.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/media/common/tuners/tuner-xc2028.c b/drivers/media/common/tuners/tuner-xc2028.c index 4857e86259a1..f88f948efee2 100644 --- a/drivers/media/common/tuners/tuner-xc2028.c +++ b/drivers/media/common/tuners/tuner-xc2028.c @@ -1506,3 +1506,5 @@ MODULE_DESCRIPTION("Xceive xc2028/xc3028 tuner driver"); MODULE_AUTHOR("Michel Ludwig <michel.ludwig@gmail.com>"); MODULE_AUTHOR("Mauro Carvalho Chehab <mchehab@infradead.org>"); MODULE_LICENSE("GPL"); +MODULE_FIRMWARE(XC2028_DEFAULT_FIRMWARE); +MODULE_FIRMWARE(XC3028L_DEFAULT_FIRMWARE); |