summaryrefslogtreecommitdiff
path: root/drivers/block/cpqarray.c
diff options
context:
space:
mode:
authorRichard Gooch <rgooch@atnf.csiro.au>2002-07-25 17:02:09 +0000
committerRichard Gooch <rgooch@atnf.csiro.au>2002-07-25 17:02:09 +0000
commit5dcb5df17dff30d2905afccdedec1561e53dd7d4 (patch)
treee23ef687f5f8e9b1d9febddf612adf33d27ccc95 /drivers/block/cpqarray.c
parentfe65ee28fec8ef713a1e7e83b03a0a12d8938fe3 (diff)
do_mounts.c, block_dev.c, hiddev.c, md.c:
Switched from devfs_find_handle() to devfs_get_handle() Many files: Switched from devfs_find_handle() to devfs_find_and_unregister() base.c: Created <devfs_find_and_unregister>.
Diffstat (limited to 'drivers/block/cpqarray.c')
-rw-r--r--drivers/block/cpqarray.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/block/cpqarray.c b/drivers/block/cpqarray.c
index 21139414d6c5..902108341ce5 100644
--- a/drivers/block/cpqarray.c
+++ b/drivers/block/cpqarray.c
@@ -336,7 +336,7 @@ void cleanup_module(void)
del_gendisk(&ida_gendisk[i]);
}
- devfs_unregister(devfs_find_handle(NULL, "ida", 0, 0, 0, 0));
+ devfs_find_and_unregister(NULL, "ida", 0, 0, 0, 0);
remove_proc_entry("cpqarray", proc_root_driver);
kfree(ida);
kfree(ida_sizes);