thermal: qcom: remove declare local symbols as static
[linux-2.6-microblaze.git] / drivers / thermal / qcom / tsens-8916.c
index beb3afa..fdf561b 100644 (file)
@@ -100,7 +100,7 @@ static int calibrate_8916(struct tsens_device *tmdev)
        return 0;
 }
 
-const struct tsens_ops ops_8916 = {
+static const struct tsens_ops ops_8916 = {
        .init           = init_common,
        .calibrate      = calibrate_8916,
        .get_temp       = get_temp_common,