aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/radio
diff options
context:
space:
mode:
authorHans Verkuil <hverkuil@xs4all.nl>2008-07-21 06:51:45 -0400
committerMauro Carvalho Chehab <mchehab@infradead.org>2008-07-26 11:55:07 -0400
commit9c39d7eafa366b807067697f7fc5b14d8b865179 (patch)
tree52442a49ab95ed1c3495a398ad6b271d6c65f1b9 /drivers/media/radio
parenta399810ca69d9d4bd30ab8c1678c7439e567f90b (diff)
V4L/DVB (8483): Remove obsolete owner field from video_device struct.
According to an old comment this should have been removed in 2.6.15. Better late than never... Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/radio')
-rw-r--r--drivers/media/radio/dsbr100.c1
-rw-r--r--drivers/media/radio/miropcm20-radio.c1
-rw-r--r--drivers/media/radio/radio-aimslab.c1
-rw-r--r--drivers/media/radio/radio-aztech.c1
-rw-r--r--drivers/media/radio/radio-cadet.c1
-rw-r--r--drivers/media/radio/radio-gemtek-pci.c1
-rw-r--r--drivers/media/radio/radio-gemtek.c1
-rw-r--r--drivers/media/radio/radio-maxiradio.c1
-rw-r--r--drivers/media/radio/radio-rtrack2.c1
-rw-r--r--drivers/media/radio/radio-sf16fmi.c1
-rw-r--r--drivers/media/radio/radio-sf16fmr2.c1
-rw-r--r--drivers/media/radio/radio-si470x.c1
-rw-r--r--drivers/media/radio/radio-terratec.c1
-rw-r--r--drivers/media/radio/radio-trust.c1
-rw-r--r--drivers/media/radio/radio-typhoon.c1
-rw-r--r--drivers/media/radio/radio-zoltrix.c1
16 files changed, 0 insertions, 16 deletions
diff --git a/drivers/media/radio/dsbr100.c b/drivers/media/radio/dsbr100.c
index 08bf5e8031da..0edada6f4b31 100644
--- a/drivers/media/radio/dsbr100.c
+++ b/drivers/media/radio/dsbr100.c
@@ -462,7 +462,6 @@ static const struct v4l2_ioctl_ops usb_dsbr100_ioctl_ops = {
462 462
463/* V4L2 interface */ 463/* V4L2 interface */
464static struct video_device dsbr100_videodev_template = { 464static struct video_device dsbr100_videodev_template = {
465 .owner = THIS_MODULE,
466 .name = "D-Link DSB-R 100", 465 .name = "D-Link DSB-R 100",
467 .type = VID_TYPE_TUNER, 466 .type = VID_TYPE_TUNER,
468 .fops = &usb_dsbr100_fops, 467 .fops = &usb_dsbr100_fops,
diff --git a/drivers/media/radio/miropcm20-radio.c b/drivers/media/radio/miropcm20-radio.c
index 4a332fe8b64b..594e246dfcff 100644
--- a/drivers/media/radio/miropcm20-radio.c
+++ b/drivers/media/radio/miropcm20-radio.c
@@ -229,7 +229,6 @@ static const struct file_operations pcm20_fops = {
229}; 229};
230 230
231static struct video_device pcm20_radio = { 231static struct video_device pcm20_radio = {
232 .owner = THIS_MODULE,
233 .name = "Miro PCM 20 radio", 232 .name = "Miro PCM 20 radio",
234 .type = VID_TYPE_TUNER, 233 .type = VID_TYPE_TUNER,
235 .fops = &pcm20_fops, 234 .fops = &pcm20_fops,
diff --git a/drivers/media/radio/radio-aimslab.c b/drivers/media/radio/radio-aimslab.c
index be9bd7adaf61..2540df6dc2c8 100644
--- a/drivers/media/radio/radio-aimslab.c
+++ b/drivers/media/radio/radio-aimslab.c
@@ -405,7 +405,6 @@ static const struct v4l2_ioctl_ops rtrack_ioctl_ops = {
405}; 405};
406 406
407static struct video_device rtrack_radio = { 407static struct video_device rtrack_radio = {
408 .owner = THIS_MODULE,
409 .name = "RadioTrack radio", 408 .name = "RadioTrack radio",
410 .type = VID_TYPE_TUNER, 409 .type = VID_TYPE_TUNER,
411 .fops = &rtrack_fops, 410 .fops = &rtrack_fops,
diff --git a/drivers/media/radio/radio-aztech.c b/drivers/media/radio/radio-aztech.c
index 04c738b62d06..537f2f479506 100644
--- a/drivers/media/radio/radio-aztech.c
+++ b/drivers/media/radio/radio-aztech.c
@@ -369,7 +369,6 @@ static const struct v4l2_ioctl_ops aztech_ioctl_ops = {
369}; 369};
370 370
371static struct video_device aztech_radio = { 371static struct video_device aztech_radio = {
372 .owner = THIS_MODULE,
373 .name = "Aztech radio", 372 .name = "Aztech radio",
374 .type = VID_TYPE_TUNER, 373 .type = VID_TYPE_TUNER,
375 .fops = &aztech_fops, 374 .fops = &aztech_fops,
diff --git a/drivers/media/radio/radio-cadet.c b/drivers/media/radio/radio-cadet.c
index 36b850fc14b4..362a279f0680 100644
--- a/drivers/media/radio/radio-cadet.c
+++ b/drivers/media/radio/radio-cadet.c
@@ -586,7 +586,6 @@ static const struct v4l2_ioctl_ops cadet_ioctl_ops = {
586}; 586};
587 587
588static struct video_device cadet_radio = { 588static struct video_device cadet_radio = {
589 .owner = THIS_MODULE,
590 .name = "Cadet radio", 589 .name = "Cadet radio",
591 .type = VID_TYPE_TUNER, 590 .type = VID_TYPE_TUNER,
592 .fops = &cadet_fops, 591 .fops = &cadet_fops,
diff --git a/drivers/media/radio/radio-gemtek-pci.c b/drivers/media/radio/radio-gemtek-pci.c
index c41b35f3b125..b8c515762b49 100644
--- a/drivers/media/radio/radio-gemtek-pci.c
+++ b/drivers/media/radio/radio-gemtek-pci.c
@@ -391,7 +391,6 @@ static const struct v4l2_ioctl_ops gemtek_pci_ioctl_ops = {
391}; 391};
392 392
393static struct video_device vdev_template = { 393static struct video_device vdev_template = {
394 .owner = THIS_MODULE,
395 .name = "Gemtek PCI Radio", 394 .name = "Gemtek PCI Radio",
396 .type = VID_TYPE_TUNER, 395 .type = VID_TYPE_TUNER,
397 .fops = &gemtek_pci_fops, 396 .fops = &gemtek_pci_fops,
diff --git a/drivers/media/radio/radio-gemtek.c b/drivers/media/radio/radio-gemtek.c
index f82b59f35e33..45b47c1643ee 100644
--- a/drivers/media/radio/radio-gemtek.c
+++ b/drivers/media/radio/radio-gemtek.c
@@ -569,7 +569,6 @@ static const struct v4l2_ioctl_ops gemtek_ioctl_ops = {
569}; 569};
570 570
571static struct video_device gemtek_radio = { 571static struct video_device gemtek_radio = {
572 .owner = THIS_MODULE,
573 .name = "GemTek Radio card", 572 .name = "GemTek Radio card",
574 .type = VID_TYPE_TUNER, 573 .type = VID_TYPE_TUNER,
575 .fops = &gemtek_fops, 574 .fops = &gemtek_fops,
diff --git a/drivers/media/radio/radio-maxiradio.c b/drivers/media/radio/radio-maxiradio.c
index 780516daebba..1b9099606494 100644
--- a/drivers/media/radio/radio-maxiradio.c
+++ b/drivers/media/radio/radio-maxiradio.c
@@ -390,7 +390,6 @@ static const struct v4l2_ioctl_ops maxiradio_ioctl_ops = {
390}; 390};
391 391
392static struct video_device maxiradio_radio = { 392static struct video_device maxiradio_radio = {
393 .owner = THIS_MODULE,
394 .name = "Maxi Radio FM2000 radio", 393 .name = "Maxi Radio FM2000 radio",
395 .type = VID_TYPE_TUNER, 394 .type = VID_TYPE_TUNER,
396 .fops = &maxiradio_fops, 395 .fops = &maxiradio_fops,
diff --git a/drivers/media/radio/radio-rtrack2.c b/drivers/media/radio/radio-rtrack2.c
index 045ae9d1067c..e065cb16dc5a 100644
--- a/drivers/media/radio/radio-rtrack2.c
+++ b/drivers/media/radio/radio-rtrack2.c
@@ -311,7 +311,6 @@ static const struct v4l2_ioctl_ops rtrack2_ioctl_ops = {
311}; 311};
312 312
313static struct video_device rtrack2_radio = { 313static struct video_device rtrack2_radio = {
314 .owner = THIS_MODULE,
315 .name = "RadioTrack II radio", 314 .name = "RadioTrack II radio",
316 .type = VID_TYPE_TUNER, 315 .type = VID_TYPE_TUNER,
317 .fops = &rtrack2_fops, 316 .fops = &rtrack2_fops,
diff --git a/drivers/media/radio/radio-sf16fmi.c b/drivers/media/radio/radio-sf16fmi.c
index 75b68a024541..975f8521848a 100644
--- a/drivers/media/radio/radio-sf16fmi.c
+++ b/drivers/media/radio/radio-sf16fmi.c
@@ -311,7 +311,6 @@ static const struct v4l2_ioctl_ops fmi_ioctl_ops = {
311}; 311};
312 312
313static struct video_device fmi_radio = { 313static struct video_device fmi_radio = {
314 .owner = THIS_MODULE,
315 .name = "SF16FMx radio", 314 .name = "SF16FMx radio",
316 .type = VID_TYPE_TUNER, 315 .type = VID_TYPE_TUNER,
317 .fops = &fmi_fops, 316 .fops = &fmi_fops,
diff --git a/drivers/media/radio/radio-sf16fmr2.c b/drivers/media/radio/radio-sf16fmr2.c
index 5ffddce80011..2786722b4946 100644
--- a/drivers/media/radio/radio-sf16fmr2.c
+++ b/drivers/media/radio/radio-sf16fmr2.c
@@ -427,7 +427,6 @@ static const struct v4l2_ioctl_ops fmr2_ioctl_ops = {
427}; 427};
428 428
429static struct video_device fmr2_radio = { 429static struct video_device fmr2_radio = {
430 .owner = THIS_MODULE,
431 .name = "SF16FMR2 radio", 430 .name = "SF16FMR2 radio",
432 .type = VID_TYPE_TUNER, 431 .type = VID_TYPE_TUNER,
433 .fops = &fmr2_fops, 432 .fops = &fmr2_fops,
diff --git a/drivers/media/radio/radio-si470x.c b/drivers/media/radio/radio-si470x.c
index b829c67ecf0c..3cf78ccdc58f 100644
--- a/drivers/media/radio/radio-si470x.c
+++ b/drivers/media/radio/radio-si470x.c
@@ -1611,7 +1611,6 @@ static struct video_device si470x_viddev_template = {
1611 .name = DRIVER_NAME, 1611 .name = DRIVER_NAME,
1612 .type = VID_TYPE_TUNER, 1612 .type = VID_TYPE_TUNER,
1613 .release = video_device_release, 1613 .release = video_device_release,
1614 .owner = THIS_MODULE,
1615}; 1614};
1616 1615
1617 1616
diff --git a/drivers/media/radio/radio-terratec.c b/drivers/media/radio/radio-terratec.c
index 3a67471f999c..b3f669d0691f 100644
--- a/drivers/media/radio/radio-terratec.c
+++ b/drivers/media/radio/radio-terratec.c
@@ -383,7 +383,6 @@ static const struct v4l2_ioctl_ops terratec_ioctl_ops = {
383}; 383};
384 384
385static struct video_device terratec_radio = { 385static struct video_device terratec_radio = {
386 .owner = THIS_MODULE,
387 .name = "TerraTec ActiveRadio", 386 .name = "TerraTec ActiveRadio",
388 .type = VID_TYPE_TUNER, 387 .type = VID_TYPE_TUNER,
389 .fops = &terratec_fops, 388 .fops = &terratec_fops,
diff --git a/drivers/media/radio/radio-trust.c b/drivers/media/radio/radio-trust.c
index e33400180915..74aefda868e6 100644
--- a/drivers/media/radio/radio-trust.c
+++ b/drivers/media/radio/radio-trust.c
@@ -363,7 +363,6 @@ static const struct v4l2_ioctl_ops trust_ioctl_ops = {
363}; 363};
364 364
365static struct video_device trust_radio = { 365static struct video_device trust_radio = {
366 .owner = THIS_MODULE,
367 .name = "Trust FM Radio", 366 .name = "Trust FM Radio",
368 .type = VID_TYPE_TUNER, 367 .type = VID_TYPE_TUNER,
369 .fops = &trust_fops, 368 .fops = &trust_fops,
diff --git a/drivers/media/radio/radio-typhoon.c b/drivers/media/radio/radio-typhoon.c
index 48b5d2bc6276..6eb39b7ab75e 100644
--- a/drivers/media/radio/radio-typhoon.c
+++ b/drivers/media/radio/radio-typhoon.c
@@ -361,7 +361,6 @@ static const struct v4l2_ioctl_ops typhoon_ioctl_ops = {
361}; 361};
362 362
363static struct video_device typhoon_radio = { 363static struct video_device typhoon_radio = {
364 .owner = THIS_MODULE,
365 .name = "Typhoon Radio", 364 .name = "Typhoon Radio",
366 .type = VID_TYPE_TUNER, 365 .type = VID_TYPE_TUNER,
367 .fops = &typhoon_fops, 366 .fops = &typhoon_fops,
diff --git a/drivers/media/radio/radio-zoltrix.c b/drivers/media/radio/radio-zoltrix.c
index c60344326cd6..4afcb09a4af3 100644
--- a/drivers/media/radio/radio-zoltrix.c
+++ b/drivers/media/radio/radio-zoltrix.c
@@ -424,7 +424,6 @@ static const struct v4l2_ioctl_ops zoltrix_ioctl_ops = {
424}; 424};
425 425
426static struct video_device zoltrix_radio = { 426static struct video_device zoltrix_radio = {
427 .owner = THIS_MODULE,
428 .name = "Zoltrix Radio Plus", 427 .name = "Zoltrix Radio Plus",
429 .type = VID_TYPE_TUNER, 428 .type = VID_TYPE_TUNER,
430 .fops = &zoltrix_fops, 429 .fops = &zoltrix_fops,