summary refs log tree commit diff
diff options
context:
space:
mode:
authorJuerg Haefliger <juerg.haefliger@canonical.com>2023-06-28 11:50:39 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2023-09-06 21:27:02 +0100
commita1fc0096921cc329de77b84eb71636b372a46779 (patch)
treed871a8909cdb01dd2afd921f4b160ba360b83b1f
parentb5c7bc370e03dcef02cc0263aae7460b4af0827d (diff)
downloadlinux-a1fc0096921cc329de77b84eb71636b372a46779.tar.gz
fsi: master-ast-cf: Add MODULE_FIRMWARE macro
commit 3a1d7aff6e65ad6e285e28abe55abbfd484997ee upstream.

The module loads firmware so add a MODULE_FIRMWARE macro to provide that
information via modinfo.

Fixes: 6a794a27daca ("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>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r--drivers/fsi/fsi-master-ast-cf.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/fsi/fsi-master-ast-cf.c b/drivers/fsi/fsi-master-ast-cf.c
index 5f608ef8b53c..cde281ec89d7 100644
--- a/drivers/fsi/fsi-master-ast-cf.c
+++ b/drivers/fsi/fsi-master-ast-cf.c
@@ -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);