2
0
mirror of https://git.missingno.dev/kolibrios-nvme-driver/ synced 2024-09-20 02:21:03 +02:00

chore: remove useless fields from pcidev struct

This commit is contained in:
Abdur-Rahman Mansoor 2024-08-02 13:16:09 -04:00
parent f40321f869
commit 0f140a9c90

View File

@ -341,8 +341,6 @@ struct pcidev
nn dd ?
dstrd db ?
rb 3 ; align
serial dt ?, ?
model dt ?, ?, ?, ?
ends
TOTAL_PCIDEVS = 4
TOTAL_PCIDEVS_MALLOC_SZ = TOTAL_PCIDEVS * sizeof.pcidev