Skip to content

Commit eb09fc2

Browse files
juerghdavem330
authored andcommitted
nfc: fdp: Add MODULE_FIRMWARE macros
The module loads firmware so add MODULE_FIRMWARE macros to provide that information via modinfo. Signed-off-by: Juerg Haefliger <[email protected]> Reviewed-by: Krzysztof Kozlowski <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent f593a94 commit eb09fc2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

drivers/nfc/fdp/fdp.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -762,3 +762,6 @@ EXPORT_SYMBOL(fdp_nci_remove);
762762
MODULE_LICENSE("GPL");
763763
MODULE_DESCRIPTION("NFC NCI driver for Intel Fields Peak NFC controller");
764764
MODULE_AUTHOR("Robert Dolca <[email protected]>");
765+
766+
MODULE_FIRMWARE(FDP_OTP_PATCH_NAME);
767+
MODULE_FIRMWARE(FDP_RAM_PATCH_NAME);

0 commit comments

Comments
 (0)