[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:
@@ -365,7 +365,6 @@ static int init_coda_psdev(void)
|
||||
err = PTR_ERR(coda_psdev_class);
|
||||
goto out_chrdev;
|
||||
}
|
||||
devfs_mk_dir ("coda");
|
||||
for (i = 0; i < MAX_CODADEVS; i++) {
|
||||
class_device_create(coda_psdev_class, NULL,
|
||||
MKDEV(CODA_PSDEV_MAJOR,i), NULL, "cfs%d", i);
|
||||
|
Reference in New Issue
Block a user