diff options
author | Greg Kroah-Hartman <gregkh@suse.de> | 2005-06-21 00:15:16 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2006-06-26 15:25:07 -0400 |
commit | 8ab5e4c15b53e147c08031a959d9f776823dbe73 (patch) | |
tree | b851d4c1fdbd396379279e4475f7f778a667a208 /drivers/isdn/capi | |
parent | 7c69ef79741910883d5543caafa06aca3ebadbd1 (diff) |
[PATCH] devfs: Remove devfs_remove() function from the kernel tree
Removes the devfs_remove() function and all callers of it.
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/isdn/capi')
-rw-r--r-- | drivers/isdn/capi/capi.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/isdn/capi/capi.c b/drivers/isdn/capi/capi.c index 1c8fe77270ae..1200d1de1de7 100644 --- a/drivers/isdn/capi/capi.c +++ b/drivers/isdn/capi/capi.c | |||
@@ -1550,7 +1550,6 @@ static void __exit capi_exit(void) | |||
1550 | class_device_destroy(capi_class, MKDEV(capi_major, 0)); | 1550 | class_device_destroy(capi_class, MKDEV(capi_major, 0)); |
1551 | class_destroy(capi_class); | 1551 | class_destroy(capi_class); |
1552 | unregister_chrdev(capi_major, "capi20"); | 1552 | unregister_chrdev(capi_major, "capi20"); |
1553 | devfs_remove("isdn/capi20"); | ||
1554 | 1553 | ||
1555 | #ifdef CONFIG_ISDN_CAPI_MIDDLEWARE | 1554 | #ifdef CONFIG_ISDN_CAPI_MIDDLEWARE |
1556 | capinc_tty_exit(); | 1555 | capinc_tty_exit(); |