diff options
| author | Richard Gooch <rgooch@atnf.csiro.au> | 2002-07-25 17:02:09 +0000 |
|---|---|---|
| committer | Richard Gooch <rgooch@atnf.csiro.au> | 2002-07-25 17:02:09 +0000 |
| commit | 5dcb5df17dff30d2905afccdedec1561e53dd7d4 (patch) | |
| tree | e23ef687f5f8e9b1d9febddf612adf33d27ccc95 /drivers/block/cpqarray.c | |
| parent | fe65ee28fec8ef713a1e7e83b03a0a12d8938fe3 (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.c | 2 |
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); |
