Skip to content

Commit

Permalink
fsi: master-ast-cf: Add MODULE_FIRMWARE macro
Browse files Browse the repository at this point in the history
The module loads firmware so add a MODULE_FIRMWARE macro to provide that
information via modinfo.

Fixes: 6a794a2 ("fsi: master-ast-cf: Add new FSI master using Aspeed ColdFire")
Cc: stable@vger.kernel.org # 4.19+
Signed-off-by: Juerg Haefliger <juerg.haefliger@canonical.com>
Link: https://lore.kernel.org/r/20230628095039.26218-1-juerg.haefliger@canonical.com
Signed-off-by: Joel Stanley <joel@jms.id.au>
  • Loading branch information
juergh authored and shenki committed Aug 11, 2023
1 parent 2cd9ec2 commit 3a1d7af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/fsi/fsi-master-ast-cf.c
Original file line number Diff line number Diff line change
Expand Up @@ -1441,3 +1441,4 @@ static struct platform_driver fsi_master_acf = {

module_platform_driver(fsi_master_acf);
MODULE_LICENSE("GPL");
MODULE_FIRMWARE(FW_FILE_NAME);

0 comments on commit 3a1d7af

Please sign in to comment.