Open pararti opened 2 years ago
I am sorry for my bad english and this is my first issue:)
My linux kernel version 5.18.14-arch1-1 and hwkm.c don't work.
In the kernel 5.18.14 uses const struct proc_ops *proc_ops
, not const struct file_operations*
. You should use const struct proc_ops *proc_ops
My linux kernel version 5.18.14-arch1-1 and hwkm.c don't work. I have a next error - error: in passing argument 4 "proc_create": incompatible pointer type [-Werror=incompatible-pointer-types]
~~~~~~I know that in kernel 5.6 and more its done differently but i don't know how...