Skip to content

Commit cc50cdb

Browse files
roliver-rpipelwell
authored andcommitted
spi: rp2040-gpio-bridge: add missing MD5 dependency
rp2040-gpio-bridge relies on the md5 crypto driver. This dependency cannot be determined automatically as rp2040-gpio-bridge does not use any of md5's symbols directly. Declare a soft 'pre' dependency on md5 to ensure that it is included and loaded before rp2040-gpio-bridge. Signed-off-by: Richard Oliver <[email protected]>
1 parent 62faabb commit cc50cdb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/spi/spi-rp2040-gpio-bridge.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1241,3 +1241,4 @@ module_i2c_driver(rp2040_gbdg_driver);
12411241
MODULE_AUTHOR("Richard Oliver <[email protected]>");
12421242
MODULE_DESCRIPTION("Raspberry Pi RP2040 GPIO Bridge");
12431243
MODULE_LICENSE("GPL");
1244+
MODULE_SOFTDEP("pre: md5");

0 commit comments

Comments
 (0)