aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/firmware/google/coreboot_table-acpi.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/firmware/google/coreboot_table-acpi.c')
-rw-r--r--drivers/firmware/google/coreboot_table-acpi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/firmware/google/coreboot_table-acpi.c b/drivers/firmware/google/coreboot_table-acpi.c
index fb98db2d20e2..77197fe3d42f 100644
--- a/drivers/firmware/google/coreboot_table-acpi.c
+++ b/drivers/firmware/google/coreboot_table-acpi.c
@@ -53,7 +53,7 @@ static int coreboot_table_acpi_probe(struct platform_device *pdev)
53 if (!ptr) 53 if (!ptr)
54 return -ENOMEM; 54 return -ENOMEM;
55 55
56 return coreboot_table_init(ptr); 56 return coreboot_table_init(&pdev->dev, ptr);
57} 57}
58 58
59static int coreboot_table_acpi_remove(struct platform_device *pdev) 59static int coreboot_table_acpi_remove(struct platform_device *pdev)