[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:
@@ -564,7 +564,6 @@ static int __init mmc_blk_init(void)
|
||||
static void __exit mmc_blk_exit(void)
|
||||
{
|
||||
mmc_unregister_driver(&mmc_driver);
|
||||
devfs_remove("mmc");
|
||||
unregister_blkdev(major, "mmc");
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user