From: Rashika Date: Tue, 17 Dec 2013 09:34:17 +0000 (+0530) Subject: ACPI / proc: Include appropriate header file in proc.c X-Git-Tag: v3.14-rc1~107^2~12^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6a368751d54ed80e6ba868c29a04ad5118fe104b;p=pandora-kernel.git ACPI / proc: Include appropriate header file in proc.c Include appropriate header file internal.h in proc.c because function acpi_sleep_proc_init() has its prototype declaration in internal.h. This eliminates the following warning in proc.c: drivers/acpi/proc.c:148:12: warning: no previous prototype for ‘acpi_sleep_proc_init’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett Signed-off-by: Rafael J. Wysocki --- Reading git-diff-tree failed