Missed line from 7af4475a6e.

MFC after:	2 weeks
This commit is contained in:
Alexander Motin 2021-09-02 22:25:16 -04:00
parent 4730a8972b
commit 5d9e5a7edf

View File

@ -63,6 +63,7 @@ struct vmd_softc {
int vmd_msix_count;
uint8_t vmd_bus_start;
uint8_t vmd_bus_end;
bus_dma_tag_t vmd_dma_tag;
};
#endif