summaryrefslogtreecommitdiff
path: root/linux/drivers/media/video/videodev.c
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@infradead.org>2006-07-19 11:32:10 -0300
committerMauro Carvalho Chehab <mchehab@infradead.org>2006-07-19 11:32:10 -0300
commit5aa173a157714fc7e23d574da07936c936a759fb (patch)
treec392ada48fba9eab0a243bf7e291cbc29a5bb942 /linux/drivers/media/video/videodev.c
parent626a0f7a4cbba9915b2c31969a14dea5ac111f37 (diff)
downloadmediapointer-dvb-s2-5aa173a157714fc7e23d574da07936c936a759fb.tar.gz
mediapointer-dvb-s2-5aa173a157714fc7e23d574da07936c936a759fb.tar.bz2
[PATCH] devfs: Remove devfs_remove() function from the kernel tree
From: Greg Kroah-Hartman <gregkh@suse.de> Removes the devfs_remove() function and all callers of it. kernel-sync: backport from kernel to v4l/dvb tree Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'linux/drivers/media/video/videodev.c')
-rw-r--r--linux/drivers/media/video/videodev.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/linux/drivers/media/video/videodev.c b/linux/drivers/media/video/videodev.c
index e762382d7..7e3edf88c 100644
--- a/linux/drivers/media/video/videodev.c
+++ b/linux/drivers/media/video/videodev.c
@@ -1629,7 +1629,6 @@ void video_unregister_device(struct video_device *vfd)
if(video_device[vfd->minor]!=vfd)
panic("videodev: bad unregister");
- devfs_remove(vfd->devfs_name);
video_device[vfd->minor]=NULL;
class_device_unregister(&vfd->class_dev);
mutex_unlock(&videodev_lock);