Skip to content

Commit

Permalink
misc: lattice-ecp3-config: Add missing MODULE_FIRMWARE()
Browse files Browse the repository at this point in the history
Signed-off-by: Takashi Iwai <[email protected]>
Tested-by: Jean-Michel Hautbois <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
  • Loading branch information
tiwai authored and gregkh committed Sep 24, 2014
1 parent 1698da2 commit 322d3f6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/misc/lattice-ecp3-config.c
Original file line number Diff line number Diff line change
Expand Up @@ -247,3 +247,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);

0 comments on commit 322d3f6

Please sign in to comment.