[PATCH] sys_device_[un]register() are not syscalls
sys_xyz() names in Linux are all syscalls... except for sys_device_register() and sys_device_unregister(). This patch renames them so that the sys_ namespace is once again used only by syscalls.
Showing
Please register or sign in to comment