mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 11:18:45 +07:00
staging: comedi: ni_labpc: remove "dummy" pci boardinfo entry
This driver uses the comedi auto config mechanism to attach to PCI boards. The "dummy" entry in the boardinfo table is not needed. Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com> Cc: Ian Abbott <abbotti@mev.co.uk> Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
50b9dd9414
commit
d23370578a
@ -417,11 +417,6 @@ static const struct labpc_boardinfo labpc_boards[] = {
|
||||
.ai_scan_up = 1,
|
||||
.memory_mapped_io = 1,
|
||||
},
|
||||
/* dummy entry so pci board works when comedi_config is passed driver name */
|
||||
{
|
||||
.name = DRV_NAME,
|
||||
.bustype = pci_bustype,
|
||||
},
|
||||
#endif
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user