From: Mauro Carvalho Chehab Date: Tue, 26 Jun 2012 18:34:22 +0000 (-0300) Subject: [media] tuner-xc2028: tag the usual firmwares to help dracut X-Git-Tag: upstream/snapshot3+hdmi~4891^2~1954 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ab9cbcd36ce2f2d10de1610abeaa89ee0b619ae7;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git [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 --- diff --git a/drivers/media/common/tuners/tuner-xc2028.c b/drivers/media/common/tuners/tuner-xc2028.c index 4857e86..f88f948 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 "); MODULE_AUTHOR("Mauro Carvalho Chehab "); MODULE_LICENSE("GPL"); +MODULE_FIRMWARE(XC2028_DEFAULT_FIRMWARE); +MODULE_FIRMWARE(XC3028L_DEFAULT_FIRMWARE);