summaryrefslogtreecommitdiffstats
path: root/drivers/staging/vt6655/device_cfg.h
diff options
context:
space:
mode:
authorMalcolm Priestley <tvboxspy@gmail.com>2014-08-21 21:40:50 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-08-30 13:49:34 -0700
commit43e79c0fb3cafef9bb5c9f048aad4ff2249c9741 (patch)
treefe7462674647a4b1936021d87ffea232580d2756 /drivers/staging/vt6655/device_cfg.h
parent33cfce64e73524225df2a7f90b74efafd1a4178a (diff)
downloadlinux-43e79c0fb3cafef9bb5c9f048aad4ff2249c9741.tar.bz2
staging: vt6655: dead code remove device_nics variable
The module can not load more than once. Remove device_nics, MAX_UINTS and OPTION_DEFAULT Remove dead index variable from device_get_options Signed-off-by: Malcolm Priestley <tvboxspy@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/vt6655/device_cfg.h')
-rw-r--r--drivers/staging/vt6655/device_cfg.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/staging/vt6655/device_cfg.h b/drivers/staging/vt6655/device_cfg.h
index 8e50e538076f..7221824e4f23 100644
--- a/drivers/staging/vt6655/device_cfg.h
+++ b/drivers/staging/vt6655/device_cfg.h
@@ -67,9 +67,6 @@ struct _version {
#define PKT_BUF_SZ 2390
-#define MAX_UINTS 8
-#define OPTION_DEFAULT { [0 ... MAX_UINTS-1] = -1}
-
typedef enum _chip_type {
VT3253 = 1
} CHIP_TYPE, *PCHIP_TYPE;