mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-03-15 11:44:11 +00:00
fsi: master-ast-cf: Add MODULE_FIRMWARE macro
commit3a1d7aff6e
upstream. The module loads firmware so add a MODULE_FIRMWARE macro to provide that information via modinfo. Fixes:6a794a27da
("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>
This commit is contained in:
parent
feb3d5c018
commit
503876bb71
1 changed files with 1 additions and 0 deletions
|
@ -1439,3 +1439,4 @@ static struct platform_driver fsi_master_acf = {
|
|||
|
||||
module_platform_driver(fsi_master_acf);
|
||||
MODULE_LICENSE("GPL");
|
||||
MODULE_FIRMWARE(FW_FILE_NAME);
|
||||
|
|
Loading…
Add table
Reference in a new issue