hda: missing const

Change-Id: I0af1c02beaa18a7a0b17cf76632abde96685895e
Reviewed-on: https://review.haiku-os.org/c/haiku/+/8694
Reviewed-by: waddlesplash <[email protected]>
This commit is contained in:
PulkoMandy
2024-12-21 15:26:23 +00:00
committed by waddlesplash
parent d3f6f52ffc
commit 53143b25da
@@ -17,7 +17,7 @@ uint32 gNumCards;
pci_module_info* gPci;
static struct {
static const struct {
uint16 vendor;
uint16 device;
} kSupportedDevices[] = {