Skip to content

Commit

Permalink
staging: comedi: quatech_daqp_cs: remove unused define
Browse files Browse the repository at this point in the history
The MAX_DEV define is no longer used in this driver. Remove it.

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>
  • Loading branch information
H Hartley Sweeten authored and Greg Kroah-Hartman committed Feb 5, 2013
1 parent 1801726 commit 491cc0b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions drivers/staging/comedi/drivers/quatech_daqp_cs.c
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,6 @@ Devices: [Quatech] DAQP-208 (daqp), DAQP-308

#include "comedi_fc.h"

/* Maximum number of separate DAQP devices we'll allow */
#define MAX_DEV 4

struct daqp_private {
int stop;

Expand Down

0 comments on commit 491cc0b

Please sign in to comment.