]> Git Repo - esp-hosted.git/commit
esp_hosted_ng: fix build failure on Linux 6.9.0
authorGiulio Benetti <[email protected]>
Mon, 1 Apr 2024 15:15:19 +0000 (17:15 +0200)
committerKapil Gupta <[email protected]>
Tue, 16 Apr 2024 15:50:59 +0000 (21:20 +0530)
commit30865423a25c565664bff4363d96b7f96791f80a
tree1081a6f28c5a1732522a3e0f8791bf6e9b70723a
parent6819f531a7357758145fea6825a0543797a514f7
esp_hosted_ng: fix build failure on Linux 6.9.0

With Linux version starting from 6.9.0 spi_master compatibility
has been removed.

Add changes to define macros spi_master and spi_master_put()
if Linux version is >=6.9.0.

Signed-off-by: Giulio Benetti <[email protected]>
Signed-off-by: Kapil Gupta <[email protected]>
esp_hosted_ng/host/include/esp_kernel_port.h
This page took 0.03009 seconds and 5 git commands to generate.