[PATCH] devfs: Remove devfs_remove() function from the kernel tree
Removes the devfs_remove() function and all callers of it. Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
@ -145,7 +145,6 @@ static struct file_operations divas_idi_fops = {
|
||||
|
||||
static void divas_idi_unregister_chrdev(void)
|
||||
{
|
||||
devfs_remove(DEVNAME);
|
||||
unregister_chrdev(major, DEVNAME);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user