[PATCH 17/27] acpi: method: make function method_test_CRS_return static

Colin King colin.king at canonical.com
Wed Aug 15 13:11:19 UTC 2018


From: Colin Ian King <colin.king at canonical.com>

Function method_test_CRS_return is local to the source and does not
need to be in the global namespace so make it static

Signed-off-by: Colin Ian King <colin.king at canonical.com>
---
 src/acpi/method/method.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/acpi/method/method.c b/src/acpi/method/method.c
index 79328306..c42ec02d 100644
--- a/src/acpi/method/method.c
+++ b/src/acpi/method/method.c
@@ -820,7 +820,7 @@ static int method_test_UID(fwts_framework *fw)
 			"_UID", NULL, 0, fwts_method_test_UID_return, NULL);
 }
 
-void method_test_CRS_return(
+static void method_test_CRS_return(
 	fwts_framework *fw,
 	char *name,
 	ACPI_BUFFER *buf,
-- 
2.17.1




More information about the fwts-devel mailing list