From: Rashika Date: Tue, 17 Dec 2013 09:16:41 +0000 (+0530) Subject: ACPI / EC: Mark the function acpi_ec_add_debugfs() as static in ec_sys.c X-Git-Tag: v3.14-rc1~107^2~12^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=49894d8d5ac19224520f6bec213bbeb120f7eb70;p=pandora-kernel.git ACPI / EC: Mark the function acpi_ec_add_debugfs() as static in ec_sys.c Mark the function acpi_ec_add_debugfs() as static in ec_sys.c because it is not used outside this file. This eliminates the following warning in ec_sys.c: drivers/acpi/ec_sys.c:108:5: warning: no previous prototype for ‘acpi_ec_add_debugfs’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett Signed-off-by: Rafael J. Wysocki --- Reading git-diff-tree failed