summaryrefslogtreecommitdiff
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:25:32 +0100
commitc95605d5ed235bf83bdd99a165b557034ff6e7b5 (patch)
treea8a96ba7dbca7f85c685065fb7e50027e50954b7
parent4c0dc67881c60a0bcf06089153e3740ebfb0f4a7 (diff)
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);