Signed-off-by: kbuild test robot --- ghes.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/acpi/apei/ghes.c b/drivers/acpi/apei/ghes.c index 5c0ab54223118..6d698867468d1 100644 --- a/drivers/acpi/apei/ghes.c +++ b/drivers/acpi/apei/ghes.c @@ -207,7 +207,7 @@ int ghes_estatus_pool_init(int num_ghes) return -ENOMEM; } -int ghes_gdata_pool_init(void) +static int ghes_gdata_pool_init(void) { unsigned long addr, len; int rc;