.TH "video_unregister_device" 9 "video_unregister_device" "25 May 1998" "Kernel Hacker's Manual" LINUX .SH NAME video_unregister_device \- unregister a video4linux device .SH SYNOPSIS .B "void" video_unregister_device .BI "(struct video_device *" vfd ");" .SH ARGUMENTS .IP "vfd" 12 the device to unregister .SH "DESCRIPTION" This unregisters the passed device and deassigns the minor number. Future open calls will be met with errors.