]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
V4L/DVB (8093): cx18: fix prefix typo
authorHans Verkuil <hverkuil@xs4all.nl>
Sat, 21 Jun 2008 16:25:36 +0000 (13:25 -0300)
committerMauro Carvalho Chehab <mchehab@infradead.org>
Sun, 20 Jul 2008 10:11:28 +0000 (07:11 -0300)
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
drivers/media/video/cx18/cx18-cards.h

index b5f894c0afa907e1dbe0362bd4f333093b260238..dc283d75690727f814e5cc8046fd12fd27844a91 100644 (file)
@@ -85,7 +85,7 @@ struct cx18_gpio_i2c_slave_reset {
        int msecs_recovery; /* time after deassert for chips to be ready */
 };
 
-struct ivtv_gpio_audio_input {         /* select tuner/line in input */
+struct cx18_gpio_audio_input {         /* select tuner/line in input */
        u32 mask;               /* leave to 0 if not supported */
        u32 tuner;
        u32 linein;
@@ -130,7 +130,7 @@ struct cx18_card {
        u8 xceive_pin;          /* XCeive tuner GPIO reset pin */
        struct cx18_gpio_init            gpio_init;
        struct cx18_gpio_i2c_slave_reset gpio_i2c_slave_reset;
-       struct ivtv_gpio_audio_input    gpio_audio_input;
+       struct cx18_gpio_audio_input    gpio_audio_input;
 
        struct cx18_card_tuner tuners[CX18_CARD_MAX_TUNERS];
        struct cx18_card_tuner_i2c *i2c;