From: Rashika Kheria Date: Sat, 14 Dec 2013 13:20:56 +0000 (+0530) Subject: PNP: Mark the function pnp_build_option() as static in resource.c X-Git-Tag: v3.14-rc1~107^2~7^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=62c6dae02d4fe2bfa6bc699ae456ff1c50d10bd0;p=pandora-kernel.git PNP: Mark the function pnp_build_option() as static in resource.c This patch marks the function pnp_build_option() as static in resource.c because it is not used outside this file. Thus, it also eliminates the following warning in resource.c: drivers/pnp/resource.c:34:20: warning: no previous prototype for ‘pnp_build_option’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett Signed-off-by: Rafael J. Wysocki --- Reading git-diff-tree failed