Fixes: 31e01c3732b9 ("soc: ti: add k3 platforms chipid module driver")
Reported-by: kernel test robot <lkp(a)intel.com>
Signed-off-by: kernel test robot <lkp(a)intel.com>
---
k3-socinfo.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/soc/ti/k3-socinfo.c b/drivers/soc/ti/k3-socinfo.c
index eeb2b78eaffcfa..28e7bef80b3310 100644
--- a/drivers/soc/ti/k3-socinfo.c
+++ b/drivers/soc/ti/k3-socinfo.c
@@ -42,8 +42,8 @@ static const struct k3_soc_id {
{ 0xBB64, "J721E" },
};
-int __init partno_to_names(unsigned int partno,
- struct soc_device_attribute *soc_dev_attr)
+static int __init partno_to_names(unsigned int partno,
+ struct soc_device_attribute *soc_dev_attr)
{
int i;