Skip to content

Commit

Permalink
wifi: p54: Add missing MODULE_FIRMWARE macro
Browse files Browse the repository at this point in the history
Add the missing MODULE_FIRMWARE macro for "3826.eeprom".

Signed-off-by: Juerg Haefliger <juerg.haefliger@canonical.com>
Acked-by: Christian Lamparter <chunkeey@gmail.com>
Signed-off-by: Kalle Valo <kvalo@kernel.org>
Link: https://lore.kernel.org/r/20230616121917.1034761-1-juerg.haefliger@canonical.com
  • Loading branch information
Juerg Haefliger authored and Kalle Valo committed Jun 21, 2023
1 parent d5b9a21 commit 8d0c7e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/net/wireless/intersil/p54/p54spi.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
#endif /* CONFIG_P54_SPI_DEFAULT_EEPROM */

MODULE_FIRMWARE("3826.arm");
MODULE_FIRMWARE("3826.eeprom");

/* gpios should be handled in board files and provided via platform data,
* but because it's currently impossible for p54spi to have a header file
Expand Down

0 comments on commit 8d0c7e1

Please sign in to comment.