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

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

staging: comedi: adv_pci1710: remove "dummy" boardinfo entry



The legacy attach used the "dummy" boardinfo entry to allow
matching a boardinfo to a pci card based on the "name" passed
by the comedi core. This driver now uses the PCI auto config
mechanism which always matches to the PCI vendor/device ids.

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 398e6f12
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -52,8 +52,6 @@ Configuration options:
				 * correct channel number on every 12 bit
				 * sample */

#define DRV_NAME "adv_pci1710"

#define PCI_VENDOR_ID_ADVANTECH		0x13fe

/* hardware types of the cards */
@@ -293,9 +291,6 @@ static const struct boardtype boardtypes[] = {
		.rangecode_ai	= range_codes_pci17x1,
		.ai_ns_min	= 10000,
		.fifo_half_size	= 512,
	}, {
		/* dummy entry corresponding to driver name */
		.name		= DRV_NAME,
	},
};