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

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

staging: comedi: das08: remove 'id' from boardinfo



With the bus specific code split out, the device id in the boardinfo
is no longer needed. Remove it.

Signed-off-by: default avatarH Hartley Sweeten <hsweeten@visionengravers.com>
Cc: Ian Abbott <abbotti@mev.co.uk>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent b9beb6c7
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -32,7 +32,6 @@ enum das08_lrange { das08_pg_none, das08_bipolar5, das08_pgh, das08_pgl,

struct das08_board_struct {
	const char *name;
	unsigned int id;	/*  id for pci/pcmcia boards */
	bool is_jr;		/* true for 'JR' boards */
	unsigned int ai_nbits;
	enum das08_lrange ai_pg;
+0 −1
Original line number Diff line number Diff line
@@ -59,7 +59,6 @@ Command support does not exist, but could be added for this board.
static const struct das08_board_struct das08_cs_boards[] = {
	{
		.name		= "pcm-das08",
		.id		= 0x0,	/*  XXX */
		.ai_nbits	= 12,
		.ai_pg		= das08_bipolar5,
		.ai_encoding	= das08_pcm_encode12,
+0 −1
Original line number Diff line number Diff line
@@ -46,7 +46,6 @@
static const struct das08_board_struct das08_pci_boards[] = {
	{
		.name		= "pci-das08",
		.id		= PCI_DEVICE_ID_PCIDAS08,
		.ai_nbits	= 12,
		.ai_pg		= das08_bipolar5,
		.ai_encoding	= das08_encode12,