ChimeraTK / pciedummy-driver

Linux kernel module (driver) which emulates the pcieuni, pciedev and llrfuni drivers. It allows unit testing without having hardware.
GNU General Public License v3.0
2 stars 0 forks source link

Fix compatibility with kernel 5.0 #4

Closed phako closed 5 years ago

phako commented 5 years ago

Kernel 5.0 dropped the type argument to access_ok

Fixes #3