[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:
@@ -1031,7 +1031,6 @@ static int __init bpp_init(void)
|
||||
instances[idx].opened = 0;
|
||||
probeLptPort(idx);
|
||||
}
|
||||
devfs_mk_dir("bpp");
|
||||
for (idx = 0; idx < BPP_NO; idx++) {
|
||||
devfs_mk_cdev(MKDEV(BPP_MAJOR, idx),
|
||||
S_IFCHR | S_IRUSR | S_IWUSR, "bpp/%d", idx);
|
||||
|
@@ -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) {
|
||||
|
مرجع در شماره جدید
Block a user