PNP: Mark the function pnp_build_option() as static in resource.c
authorRashika Kheria <rashika.kheria@gmail.com>
Sat, 14 Dec 2013 13:20:56 +0000 (18:50 +0530)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Sun, 5 Jan 2014 23:24:54 +0000 (00:24 +0100)
commit62c6dae02d4fe2bfa6bc699ae456ff1c50d10bd0
treeac1a2e12b9a9be07a4cf0a44e711f1f271fa5c09
parent75365d04cd2d6fe04c9c52c69fd97b2d0a6c82ba
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 <rashika.kheria@gmail.com>
Reviewed-by: Josh Triplett <josh@joshtriplett.org>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/pnp/resource.c