From 70f7f10476311288049565573338a4a821cef8a5 Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Fri, 27 Jan 2017 15:55:28 -0800 Subject: Add missing `static`s and remove an unused function. --- toys/other/acpi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'toys/other') diff --git a/toys/other/acpi.c b/toys/other/acpi.c index 2f856c8d..b73cff95 100644 --- a/toys/other/acpi.c +++ b/toys/other/acpi.c @@ -29,7 +29,7 @@ GLOBALS( char *cpath; ) -int read_int_at(int dirfd, char *name) +static int read_int_at(int dirfd, char *name) { int fd, ret=0; FILE *fil; -- cgit v1.2.3