From: H Hartley Sweeten Date: Thu, 23 May 2013 20:08:14 +0000 (-0700) Subject: staging: comedi: usbduxsigma: remove some unused defines X-Git-Tag: v3.11-rc1~158^2~415 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=396b588579ad51b2b219622642efcfdef5c7a87c;p=~emulex%2Finfiniband.git staging: comedi: usbduxsigma: remove some unused defines These defines are not used in the driver. Remove them. Signed-off-by: H Hartley Sweeten Cc: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/comedi/drivers/usbduxsigma.c b/drivers/staging/comedi/drivers/usbduxsigma.c index 801119172e4..34a63695f55 100644 --- a/drivers/staging/comedi/drivers/usbduxsigma.c +++ b/drivers/staging/comedi/drivers/usbduxsigma.c @@ -64,16 +64,6 @@ Status: testing /* internal addresses of the 8051 processor */ #define USBDUXSUB_CPUCS 0xE600 -/* - * the minor device number, major is 180 only for debugging purposes and to - * upload special firmware (programming the eeprom etc) which is not - * compatible with the comedi framwork - */ -#define USBDUXSUB_MINOR 32 - -/* max lenghth of the transfer-buffer for software upload */ -#define TB_LEN 0x2000 - /* USB endpoints */ #define USBDUXSIGMA_CMD_OUT_EP 1 /* command output */ #define USBDUXSIGMA_ISO_OUT_EP 2 /* analog output ISO/IRQ */