<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<p><br>
</p>
<br>
<div class="moz-cite-prefix">On 08/15/2018 09:11 PM, Colin King
wrote:<br>
</div>
<blockquote type="cite"
cite="mid:20180815131129.24146-18-colin.king@canonical.com">
<pre wrap="">From: Colin Ian King <a class="moz-txt-link-rfc2396E" href="mailto:colin.king@canonical.com"><colin.king@canonical.com></a>
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 <a class="moz-txt-link-rfc2396E" href="mailto:colin.king@canonical.com"><colin.king@canonical.com></a>
---
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,
</pre>
</blockquote>
<br>
Acked-by: Ivan Hu <a class="moz-txt-link-rfc2396E"
href="mailto:ivan.hu@canonical.com"><ivan.hu@canonical.com></a>
</body>
</html>