mirror of
https://github.com/adulau/aha.git
synced 2024-12-28 11:46:19 +00:00
[PATCH] media-radio: Maestro radio delete owner line from video device
fops is used for module handling with ownership. Signed-off-by: Jiri Slaby <jirislaby@gmail.com> Cc: Greg KH <greg@kroah.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
parent
f86e776799
commit
632d6407af
1 changed files with 0 additions and 1 deletions
|
@ -93,7 +93,6 @@ static struct file_operations maestro_fops = {
|
|||
};
|
||||
|
||||
static struct video_device maestro_radio = {
|
||||
.owner = THIS_MODULE,
|
||||
.name = "Maestro radio",
|
||||
.type = VID_TYPE_TUNER,
|
||||
.hardware = VID_HARDWARE_SF16MI,
|
||||
|
|
Loading…
Reference in a new issue