mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-01-21 15:17:28 +07:00
staging: comedi: pcmuio: remove unused boardinfo
These members of the boardinfo are not used by the driver. Remove them. 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:
parent
eddb297edc
commit
d4fd9a5861
@ -128,19 +128,15 @@
|
||||
struct pcmuio_board {
|
||||
const char *name;
|
||||
const int num_asics;
|
||||
const int num_channels_per_port;
|
||||
const int num_ports;
|
||||
};
|
||||
|
||||
static const struct pcmuio_board pcmuio_boards[] = {
|
||||
{
|
||||
.name = "pcmuio48",
|
||||
.num_asics = 1,
|
||||
.num_ports = 6,
|
||||
}, {
|
||||
.name = "pcmuio96",
|
||||
.num_asics = 2,
|
||||
.num_ports = 12,
|
||||
},
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user