|
@@ -150,7 +150,6 @@ static int ti_download_firmware(struct ti_device *tdev);
|
|
|
/* Data */
|
|
|
|
|
|
/* module parameters */
|
|
|
-static bool debug;
|
|
|
static int closing_wait = TI_DEFAULT_CLOSING_WAIT;
|
|
|
static ushort vendor_3410[TI_EXTRA_VID_PID_COUNT];
|
|
|
static unsigned int vendor_3410_count;
|
|
@@ -288,9 +287,6 @@ MODULE_FIRMWARE("mts_edge.fw");
|
|
|
MODULE_FIRMWARE("mts_mt9234mu.fw");
|
|
|
MODULE_FIRMWARE("mts_mt9234zba.fw");
|
|
|
|
|
|
-module_param(debug, bool, S_IRUGO | S_IWUSR);
|
|
|
-MODULE_PARM_DESC(debug, "Enable debugging, 0=no, 1=yes");
|
|
|
-
|
|
|
module_param(closing_wait, int, S_IRUGO | S_IWUSR);
|
|
|
MODULE_PARM_DESC(closing_wait,
|
|
|
"Maximum wait for data to drain in close, in .01 secs, default is 4000");
|