From: Sachin Kamat Date: Tue, 19 Feb 2013 09:57:48 +0000 (+0530) Subject: net: rfkill: Fix sparse warning in rfkill-regulator.c X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~65^2~390^2^2~69^2~51 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9fed3096d7efb2717cd3156d35eef7cdf9bff550;p=pandora-kernel.git 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 Signed-off-by: Johannes Berg --- Reading git-diff-tree failed