[PATCH 5/4 :) I forgot] media-radio: Maestro radio delete owner line from video device
- From: "Jiri Slaby" <xslaby@xxxxxxxxxx>
- Date: Sat, 31 Dec 2005 17:36:31 +0100
Maestro radio delete owner line from video device
fops is used for module handling with ownership.
Signed-off-by: Jiri Slaby <jirislaby@xxxxxxxxx>
---
radio-maestro.c | 4 +---
1 files changed, 1 insertion(+), 3 deletions(-)
diff --git a/drivers/media/radio/radio-maestro.c b/drivers/media/radio/radio-maestro.c
--- a/drivers/media/radio/radio-maestro.c
+++ b/drivers/media/radio/radio-maestro.c
@@ -92,9 +92,7 @@ static struct file_operations maestro_fo
.llseek = no_llseek,
};
-static struct video_device maestro_radio=
-{
- .owner = THIS_MODULE,
+static struct video_device maestro_radio = {
.name = "Maestro radio",
.type = VID_TYPE_TUNER,
.hardware = VID_HARDWARE_SF16MI,
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
- References:
- [PATCH 0/4] maestro radio driver rewritten to 2.6 pci api
- From: Jiri Slaby
- [PATCH 0/4] maestro radio driver rewritten to 2.6 pci api
- Prev by Date: Re: system keeps freezing once every 24 hours / random apps crashing
- Next by Date: Re: [PATCH 0/5] maestro radio driver rewritten to 2.6 pci api
- Previous by thread: [PATCH 2/4] media-radio: Maestro radio Lindent
- Next by thread: Re: [PATCH 0/5] maestro radio driver rewritten to 2.6 pci api
- Index(es):