staging: comedi: dt2811: remove unused define

This define is not used by the driver. Remove it.

Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Reviewed-by: Ian Abbott <abbotti@mev.co.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
H Hartley Sweeten 2016-05-04 12:47:22 -07:00 committed by Greg Kroah-Hartman
parent f52e8d0cae
commit a426744c74
1 changed files with 0 additions and 2 deletions

View File

@ -168,8 +168,6 @@ static const struct comedi_lrange dt2811_ao_ranges = {
}
};
#define TIMEOUT 10000
struct dt2811_board {
const char *name;
unsigned int is_pgh:1;