You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
[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