[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20200408194127.GA90427@7d29259190c9>
Date: Thu, 9 Apr 2020 03:41:27 +0800
From: kbuild test robot <lkp@...el.com>
To: Shiju Jose <shiju.jose@...wei.com>
Cc: kbuild-all@...ts.01.org, linux-acpi@...r.kernel.org,
linux-pci@...r.kernel.org, linux-kernel@...r.kernel.org,
rjw@...ysocki.net, bp@...en8.de, james.morse@....com,
helgaas@...nel.org, lenb@...nel.org, tony.luck@...el.com,
dan.carpenter@...cle.com, gregkh@...uxfoundation.org,
zhangliguang@...ux.alibaba.com, tglx@...utronix.de
Subject: [RFC PATCH] ACPI / APEI: ghes_gdata_pool_init() can be static
Signed-off-by: kbuild test robot <lkp@...el.com>
---
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;
Powered by blists - more mailing lists