From 786e9d4c3fdc3c913f1a735bcb979bfd62b275be Mon Sep 17 00:00:00 2001 From: =?utf8?q?Pekka=20Sepp=C3=A4nen?= Date: Mon, 15 Oct 2007 10:16:21 -0300 Subject: [PATCH] V4L/DVB (6319): radio-gemtek: fix 'VID_HARDWARE_GEMTEK' undeclared MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Remove obsolete V4L v1 reference. Thanks to Ingo Molnar for pointing this issue. Signed-off-by: Pekka Seppänen Signed-off-by: Mauro Carvalho Chehab --- drivers/media/radio/radio-gemtek.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/media/radio/radio-gemtek.c b/drivers/media/radio/radio-gemtek.c index 0c963db0361..5e4b9ddb23c 100644 --- a/drivers/media/radio/radio-gemtek.c +++ b/drivers/media/radio/radio-gemtek.c @@ -554,7 +554,6 @@ static struct video_device gemtek_radio = { .owner = THIS_MODULE, .name = "GemTek Radio card", .type = VID_TYPE_TUNER, - .hardware = VID_HARDWARE_GEMTEK, .fops = &gemtek_fops, .vidioc_querycap = vidioc_querycap, .vidioc_g_tuner = vidioc_g_tuner, -- 2.11.4.GIT