Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 797a9e78 authored by H Hartley Sweeten's avatar H Hartley Sweeten Committed by Greg Kroah-Hartman
Browse files

staging: comedi: ni_daq_700: remove a couple unused defines



These defines are not referenced in the driver. Remove them.

Signed-off-by: default avatarH Hartley Sweeten <hsweeten@visionengravers.com>
Cc: Ian Abbott <abbotti@mev.co.uk>
Cc: Frank Mori Hess <fmhess@users.sourceforge.net>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 1de02225
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -53,16 +53,10 @@ IRQ is assigned but not used.

static struct pcmcia_device *pcmcia_cur_dev;

#define DIO700_SIZE 8		/*  size of io region used by board */

struct dio700_board {
	const char *name;
};

#define _700_SIZE 8

#define _700_DATA 0

#define DIO_W		0x04
#define DIO_R		0x05