summaryrefslogtreecommitdiff
path: root/src/device/pci_rom.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/device/pci_rom.c')
-rw-r--r--src/device/pci_rom.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/device/pci_rom.c b/src/device/pci_rom.c
index 01c02e58e6..b2b2266b67 100644
--- a/src/device/pci_rom.c
+++ b/src/device/pci_rom.c
@@ -200,7 +200,7 @@ static unsigned long
pci_rom_acpi_fill_vfct(struct device *device, struct acpi_vfct *vfct_struct,
unsigned long current)
{
- struct acpi_vfct_image_hdr *header = &vfct_struct->image_hdr;
+ acpi_vfct_image_hdr_t *header = &vfct_struct->image_hdr;
struct rom_header *rom;
rom = check_initialized(device);