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

From: Takashi Iwai
Date: Wed Aug 06 2014 - 11:37:50 EST


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

--
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/