arch/acpi.h: Use of typedef for acpi_vfct_image_hdr

Use of typedef and modify the usage accordingly.

Change-Id: I65581702a60dbd286cb3910c6eeef5f9e1853cf1
Signed-off-by: Himanshu Sahdev <himanshusah@hcl.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/36184
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Richard Spiegel <richard.spiegel@silverbackltd.com>
This commit is contained in:
Himanshu Sahdev
2019-10-21 11:23:20 +05:30
committed by Patrick Georgi
parent bc36e298f9
commit afd0505033
2 changed files with 4 additions and 4 deletions

View File

@@ -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);