2014-08-06 17:37 GMT+02:00 Takashi Iwai <[email protected]>: > Signed-off-by: Takashi Iwai <[email protected]> > --- > drivers/misc/lattice-ecp3-config.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/drivers/misc/lattice-ecp3-config.c > b/drivers/misc/lattice-ecp3-config.c > index 7ffdb589841e..643c9eda69dd 100644 > --- a/drivers/misc/lattice-ecp3-config.c > +++ b/drivers/misc/lattice-ecp3-config.c > @@ -242,3 +242,4 @@ module_spi_driver(lattice_ecp3_driver); > MODULE_AUTHOR("Stefan Roese <[email protected]>"); > MODULE_DESCRIPTION("Lattice ECP3 FPGA configuration via SPI"); > MODULE_LICENSE("GPL"); > +MODULE_FIRMWARE(FIRMWARE_NAME); > -- > 2.0.3 >
It works on my i.MX6 platform. Tested-by: Jean-Michel Hautbois <[email protected]> Thanks, JM -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

