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/hardware | |
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/hardware')
-rw-r--r-- | drivers/isdn/hardware/eicon/divamnt.c | 1 | ||||
-rw-r--r-- | drivers/isdn/hardware/eicon/divasi.c | 1 | ||||
-rw-r--r-- | drivers/isdn/hardware/eicon/divasmain.c | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/drivers/isdn/hardware/eicon/divamnt.c b/drivers/isdn/hardware/eicon/divamnt.c index 12465b3c2b4d..83841d16c35d 100644 --- a/drivers/isdn/hardware/eicon/divamnt.c +++ b/drivers/isdn/hardware/eicon/divamnt.c | |||
@@ -178,7 +178,6 @@ static struct file_operations divas_maint_fops = { | |||
178 | 178 | ||
179 | static void divas_maint_unregister_chrdev(void) | 179 | static void divas_maint_unregister_chrdev(void) |
180 | { | 180 | { |
181 | devfs_remove(DEVNAME); | ||
182 | unregister_chrdev(major, DEVNAME); | 181 | unregister_chrdev(major, DEVNAME); |
183 | } | 182 | } |
184 | 183 | ||
diff --git a/drivers/isdn/hardware/eicon/divasi.c b/drivers/isdn/hardware/eicon/divasi.c index 2d80d94b5d0c..dcd5b650a000 100644 --- a/drivers/isdn/hardware/eicon/divasi.c +++ b/drivers/isdn/hardware/eicon/divasi.c | |||
@@ -145,7 +145,6 @@ static struct file_operations divas_idi_fops = { | |||
145 | 145 | ||
146 | static void divas_idi_unregister_chrdev(void) | 146 | static void divas_idi_unregister_chrdev(void) |
147 | { | 147 | { |
148 | devfs_remove(DEVNAME); | ||
149 | unregister_chrdev(major, DEVNAME); | 148 | unregister_chrdev(major, DEVNAME); |
150 | } | 149 | } |
151 | 150 | ||
diff --git a/drivers/isdn/hardware/eicon/divasmain.c b/drivers/isdn/hardware/eicon/divasmain.c index 71b3e06cbe39..bbb7d8fc207c 100644 --- a/drivers/isdn/hardware/eicon/divasmain.c +++ b/drivers/isdn/hardware/eicon/divasmain.c | |||
@@ -678,7 +678,6 @@ static struct file_operations divas_fops = { | |||
678 | 678 | ||
679 | static void divas_unregister_chrdev(void) | 679 | static void divas_unregister_chrdev(void) |
680 | { | 680 | { |
681 | devfs_remove(DEVNAME); | ||
682 | unregister_chrdev(major, DEVNAME); | 681 | unregister_chrdev(major, DEVNAME); |
683 | } | 682 | } |
684 | 683 | ||