diff options
Diffstat (limited to 'src/device')
-rw-r--r-- | src/device/pci_rom.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/device/pci_rom.c b/src/device/pci_rom.c index cfd16e804d..4fec2906d6 100644 --- a/src/device/pci_rom.c +++ b/src/device/pci_rom.c @@ -261,7 +261,7 @@ pci_rom_write_acpi_tables(const struct device *device, unsigned long current, return current; } -void pci_rom_ssdt(struct device *device) +void pci_rom_ssdt(const struct device *device) { static size_t ngfx; |