From 1512c7eec2630027d332398b9d5b04a987f7ad4f Mon Sep 17 00:00:00 2001 From: Mike Isely Date: Mon, 9 Jan 2006 06:58:23 +0000 Subject: Remove some long-dead code from the pvrusb2 driver From: Mike Isely Signed-off-by: Mike Isely --- v4l/ChangeLog | 8 ++++++++ v4l_experimental/pvrusb2/pvrusb2-hdw.c | 8 +------- 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/v4l/ChangeLog b/v4l/ChangeLog index ca7e23ba9..8e5083f3c 100644 --- a/v4l/ChangeLog +++ b/v4l/ChangeLog @@ -1,3 +1,11 @@ +2006-01-09 06:56 mcisely + + * v4l_experimental/pvrusb2/pvrusb2-hdw.c: + + - Remove some long-dead code from the pvrusb2 driver. + + Signed-off-by: Mike Isely + 2006-01-09 06:50 mcisely * v4l_experimental/pvrusb2/pvrusb2-debug.h: diff --git a/v4l_experimental/pvrusb2/pvrusb2-hdw.c b/v4l_experimental/pvrusb2/pvrusb2-hdw.c index 2c6bfc949..664524705 100644 --- a/v4l_experimental/pvrusb2/pvrusb2-hdw.c +++ b/v4l_experimental/pvrusb2/pvrusb2-hdw.c @@ -1,6 +1,6 @@ /* * - * $Id: pvrusb2-hdw.c,v 1.10 2006/01/09 06:54:46 mcisely Exp $ + * $Id: pvrusb2-hdw.c,v 1.11 2006/01/09 06:58:23 mcisely Exp $ * * Copyright (C) 2005 Mike Isely * @@ -38,8 +38,6 @@ static struct pvr2_hdw *unit_pointers[PVR_NUM] = {[ 0 ... PVR_NUM-1 ] = 0}; DECLARE_MUTEX(pvr2_unit_sem); -static int hfull = 1; -static int width = 720; static int ctlchg = 0; static int initusbreset = 1; static int procreload = 0; @@ -53,10 +51,6 @@ MODULE_PARM_DESC(initusbreset, "Do USB reset device on probe"); module_param(procreload, int, S_IRUGO|S_IWUSR); MODULE_PARM_DESC(procreload, "Attempt init failure recovery with firmware reload"); -module_param(hfull, int, S_IRUGO|S_IWUSR); -MODULE_PARM_DESC(hfull, "full height video ?"); -module_param(width, int, S_IRUGO|S_IWUSR); -MODULE_PARM_DESC(width, "video width : 720,480,352"); module_param_array(tuner, int, NULL, 0444); MODULE_PARM_DESC(tuner,"specify installed tuner type"); module_param_array(tolerance, int, NULL, 0444); -- cgit v1.2.3