net: rfkill: Fix sparse warning in rfkill-regulator.c
authorSachin Kamat <sachin.kamat@linaro.org>
Tue, 19 Feb 2013 09:57:48 +0000 (15:27 +0530)
committerJohannes Berg <johannes.berg@intel.com>
Wed, 6 Mar 2013 15:35:41 +0000 (16:35 +0100)
commit9fed3096d7efb2717cd3156d35eef7cdf9bff550
treec0049079beee05ffb57810d8f706ceaf05dee561
parent77ee7c891a04c3d254711ddf1bde5d7381339fb3
net: rfkill: Fix sparse warning in rfkill-regulator.c

'rfkill_regulator_ops' is used only in this file. Hence make it static.
Silences the following warning:
net/rfkill/rfkill-regulator.c:54:19: warning:
symbol 'rfkill_regulator_ops' was not declared. Should it be static?

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/rfkill/rfkill-regulator.c
This page took 0.025443 seconds and 5 git commands to generate.