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/sbus/char/bpp.c | |
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/sbus/char/bpp.c')
-rw-r--r-- | drivers/sbus/char/bpp.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/sbus/char/bpp.c b/drivers/sbus/char/bpp.c index e680de41d762..03ff5a3b121b 100644 --- a/drivers/sbus/char/bpp.c +++ b/drivers/sbus/char/bpp.c | |||
@@ -1039,9 +1039,6 @@ static void __exit bpp_cleanup(void) | |||
1039 | { | 1039 | { |
1040 | unsigned idx; | 1040 | unsigned idx; |
1041 | 1041 | ||
1042 | for (idx = 0; idx < BPP_NO; idx++) | ||
1043 | devfs_remove("bpp/%d", idx); | ||
1044 | devfs_remove("bpp"); | ||
1045 | unregister_chrdev(BPP_MAJOR, dev_name); | 1042 | unregister_chrdev(BPP_MAJOR, dev_name); |
1046 | 1043 | ||
1047 | for (idx = 0; idx < BPP_NO; idx++) { | 1044 | for (idx = 0; idx < BPP_NO; idx++) { |