summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorH Hartley Sweeten <hsweeten@visionengravers.com>2013-05-23 20:08:14 (GMT)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-05-30 11:41:10 (GMT)
commit396b588579ad51b2b219622642efcfdef5c7a87c (patch)
tree0aec31d527119f09923d6dea0f881692c7fedfc0 /drivers
parent526f55a9ae583e2459301dc11c01e12599c6f264 (diff)
downloadlinux-fsl-qoriq-396b588579ad51b2b219622642efcfdef5c7a87c.tar.xz
staging: comedi: usbduxsigma: remove some unused defines
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>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/staging/comedi/drivers/usbduxsigma.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/drivers/staging/comedi/drivers/usbduxsigma.c b/drivers/staging/comedi/drivers/usbduxsigma.c
index 8011191..34a6369 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 */