cxadc-linux3 icon indicating copy to clipboard operation
cxadc-linux3 copied to clipboard

No compilation with CentOS 9 Stream

Open eskalVAR opened this issue 6 months ago • 0 comments

The driver does not compile due to incompatible signatures of the class_create function provided by the linux header in CentOS 9 Stream.

Kernel version is 5.14.0 but it appears they use the newer function signature.

Fixed compilation by using the single parameter class_create signature in the cxadc_init_module function.

eskalVAR avatar Aug 02 '24 15:08 eskalVAR