diff options
author | Randy Dunlap <[email protected]> | 2023-10-30 21:09:09 -0700 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2023-12-04 08:16:50 +0100 |
commit | 4181ef7dbb63e638739e929bca5b7bca3a37a311 (patch) | |
tree | 57004fbd4f29fe5ac07df3d4cfdaa0bfd6d18fbc /scripts/generate_rust_analyzer.py | |
parent | 88ac06a9f938c158bbeafec16adb483b0c66142f (diff) |
greybus: BeaglePlay driver needs CRC_CCITT
The gb-beagleplay driver uses crc_ccitt(), so it should select
CRC_CCITT to make sure that the function is available.
Fixes these build errors:
s390-linux-ld: drivers/greybus/gb-beagleplay.o: in function `hdlc_append_tx_u8':
gb-beagleplay.c:(.text+0x2c0): undefined reference to `crc_ccitt'
s390-linux-ld: drivers/greybus/gb-beagleplay.o: in function `hdlc_rx_frame':
gb-beagleplay.c:(.text+0x6a0): undefined reference to `crc_ccitt'
Fixes: ec558bbfea67 ("greybus: Add BeaglePlay Linux Driver")
Signed-off-by: Randy Dunlap <[email protected]>
Cc: Ayush Singh <[email protected]>
Cc: Johan Hovold <[email protected]>
Cc: Alex Elder <[email protected]>
Cc: [email protected]
Link: https://lore.kernel.org/r/[email protected]
Reviewed-by: Ayush Singh <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'scripts/generate_rust_analyzer.py')
0 files changed, 0 insertions, 0 deletions