diff mbox

zoran: Drop unused module parameters encoder and decoder

Message ID 20110323143557.40ad9df7@endymion.delvare (mailing list archive)
State Accepted
Headers show

Commit Message

Jean Delvare March 23, 2011, 1:35 p.m. UTC
None
diff mbox

Patch

--- linux-2.6.39-rc0.orig/Documentation/video4linux/Zoran	2011-03-23 10:34:22.000000000 +0100
+++ linux-2.6.39-rc0/Documentation/video4linux/Zoran	2011-03-23 13:21:22.000000000 +0100
@@ -130,7 +130,6 @@  Card number: 4
 
 Note: No module for the mse3000 is available yet
 Note: No module for the vpx3224 is available yet
-Note: use encoder=X or decoder=X for non-default i2c chips
 
 ===========================
 
--- linux-2.6.39-rc0.orig/drivers/media/video/zoran/zoran_card.c	2011-03-21 17:46:15.000000000 +0100
+++ linux-2.6.39-rc0/drivers/media/video/zoran/zoran_card.c	2011-03-23 13:21:22.000000000 +0100
@@ -64,14 +64,6 @@  static int card[BUZ_MAX] = { [0 ... (BUZ
 module_param_array(card, int, NULL, 0444);
 MODULE_PARM_DESC(card, "Card type");
 
-static int encoder[BUZ_MAX] = { [0 ... (BUZ_MAX-1)] = -1 };
-module_param_array(encoder, int, NULL, 0444);
-MODULE_PARM_DESC(encoder, "Video encoder chip");
-
-static int decoder[BUZ_MAX] = { [0 ... (BUZ_MAX-1)] = -1 };
-module_param_array(decoder, int, NULL, 0444);
-MODULE_PARM_DESC(decoder, "Video decoder chip");
-
 /*
    The video mem address of the video card.
    The driver has a little database for some videocards