This variable is not used in the driver. Remove it. Signed-off-by: H Hartley Sweeten <hsweeten@xxxxxxxxxxxxxxxxxxx> Cc: Ian Abbott <abbotti@xxxxxxxxx> Cc: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> --- drivers/staging/comedi/drivers/icp_multi.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/drivers/staging/comedi/drivers/icp_multi.c b/drivers/staging/comedi/drivers/icp_multi.c index 95262c7..e40c8f0 100644 --- a/drivers/staging/comedi/drivers/icp_multi.c +++ b/drivers/staging/comedi/drivers/icp_multi.c @@ -60,9 +60,6 @@ Options: #define PCI_DEVICE_ID_ICP_MULTI 0x8000 -/* Hardware types of the cards */ -#define TYPE_ICP_MULTI 0 - #define IORANGE_ICP_MULTI 32 #define ICP_MULTI_ADC_CSR 0 /* R/W: ADC command/status register */ @@ -129,7 +126,6 @@ struct boardtype { int device_id; int iorange; /* I/O range len */ char have_irq; /* 1=card support IRQ */ - char cardtype; /* 0=ICP Multi */ }; struct icp_multi_private { @@ -877,7 +873,6 @@ static const struct boardtype boardtypes[] = { .device_id = PCI_DEVICE_ID_ICP_MULTI, .iorange = IORANGE_ICP_MULTI, .have_irq = 1, - .cardtype = TYPE_ICP_MULTI, }, }; -- 1.7.11 _______________________________________________ devel mailing list devel@xxxxxxxxxxxxxxxxxxxxxx http://driverdev.linuxdriverproject.org/mailman/listinfo/devel