ikwzm / udmabuf

User space mappable dma buffer device driver for Linux.
BSD 2-Clause "Simplified" License
545 stars 165 forks source link

Add build support for kernel >= 5.10 #66

Closed fbezdeka closed 3 years ago

fbezdeka commented 3 years ago

linux/dma-noncoherent.h does no longer exist and has to be replaced by linux/dma-map-ops.h.

This is compile-time tested only so far. I will report back once the application was tested.

ikwzm commented 3 years ago

Thank you for your precious pull request.