As create_proc_entry
function is deprecated, what is its replacement?
I was trying to create a simple proc entry using create_proc_entry
but got the this error:
error: implicit declaration of function ‘create_proc_entry’
I grepped create_proc_entry
in proc_fs.h but didn't find it there. Is there something that I'm missing or there's alternative to do this?