staging: comedi: ni_labpc: remove 'device_id' from boardinfo
This information in the boardinfo is not used. Remove it. Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com> Cc: Ian Abbott <abbbotti@mev.co.uk> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
7258cb65de
commit
9548b735df
@ -34,7 +34,6 @@ enum transfer_type { fifo_not_empty_transfer, fifo_half_full_transfer,
|
||||
|
||||
struct labpc_boardinfo {
|
||||
const char *name;
|
||||
int device_id; /* device id for pci and pcmcia boards */
|
||||
int ai_speed; /* maximum input speed in nanoseconds */
|
||||
|
||||
/* 1200 has extra registers compared to pc+ */
|
||||
|
@ -76,7 +76,6 @@ NI manuals:
|
||||
static const struct labpc_boardinfo labpc_cs_boards[] = {
|
||||
{
|
||||
.name = "daqcard-1200",
|
||||
.device_id = 0x103,
|
||||
.ai_speed = 10000,
|
||||
.register_layout = labpc_1200_layout,
|
||||
.has_ao = 1,
|
||||
|
Loading…
x
Reference in New Issue
Block a user