[PATCH] devfs: Remove devfs_mk_dir() function from the kernel tree
Removes the devfs_mk_dir() function and all callers of it. Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
@@ -677,7 +677,6 @@ static int vfc_probe(void)
|
||||
kfree(vfc_dev_lst);
|
||||
return -EIO;
|
||||
}
|
||||
devfs_mk_dir("vfc");
|
||||
instance = 0;
|
||||
for_all_sbusdev(sdev, sbus) {
|
||||
if (strcmp(sdev->prom_name, "vfc") == 0) {
|
||||
|
Reference in New Issue
Block a user