Skip to content

Commit f593a94

Browse files
juerghdavem330
authored andcommitted
ieee802154/adf7242: Add MODULE_FIRMWARE macro
The module loads firmware so add a MODULE_FIRMWARE macro to provide that information via modinfo. Signed-off-by: Juerg Haefliger <juerg.haefliger@canonical.com> Signed-off-by: David S. Miller <davem@davemloft.net>
1 parent 4aaf2c5 commit f593a94

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

drivers/net/ieee802154/adf7242.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1348,3 +1348,5 @@ module_spi_driver(adf7242_driver);
13481348
MODULE_AUTHOR("Michael Hennerich <michael.hennerich@analog.com>");
13491349
MODULE_DESCRIPTION("ADF7242 IEEE802.15.4 Transceiver Driver");
13501350
MODULE_LICENSE("GPL");
1351+
1352+
MODULE_FIRMWARE(FIRMWARE);

0 commit comments

Comments
 (0)