]> git.openfabrics.org - ~emulex/infiniband.git/commitdiff
staging: comedi: usbduxsigma: remove some unused defines
authorH Hartley Sweeten <hsweeten@visionengravers.com>
Thu, 23 May 2013 20:08:14 +0000 (13:08 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 30 May 2013 11:41:10 +0000 (20:41 +0900)
These defines are not used in the driver. Remove them.

Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Cc: Ian Abbott <abbotti@mev.co.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/comedi/drivers/usbduxsigma.c

index 801119172e4907d0402518a6a1550f72329cc0d8..34a63695f55e437cb60948e5159397b903d3cf38 100644 (file)
@@ -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 */