Re: [PATCH] misc: lattice-ecp3-config: Add missing MODULE_FIRMWARE()

From: Jean-Michel Hautbois
Date: Fri Aug 08 2014 - 04:15:16 EST


2014-08-06 17:37 GMT+02:00 Takashi Iwai <tiwai@xxxxxxx>:
> Signed-off-by: Takashi Iwai <tiwai@xxxxxxx>
> ---
> 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 <sr@xxxxxxx>");
> 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 <jean-michel.hautbois@xxxxxxxxxxx>

Thanks,
JM
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/