rwb_arm_timer(rwb);
 }
 
-static void __wbt_update_limits(struct rq_wb *rwb)
+static void wbt_update_limits(struct rq_wb *rwb)
 {
        struct rq_depth *rqd = &rwb->rq_depth;
 
                return;
        RQWB(rqos)->min_lat_nsec = val;
        RQWB(rqos)->enable_state = WBT_STATE_ON_MANUAL;
-       __wbt_update_limits(RQWB(rqos));
+       wbt_update_limits(RQWB(rqos));
 }
 
 
 static void wbt_queue_depth_changed(struct rq_qos *rqos)
 {
        RQWB(rqos)->rq_depth.queue_depth = blk_queue_depth(rqos->q);
-       __wbt_update_limits(RQWB(rqos));
+       wbt_update_limits(RQWB(rqos));
 }
 
 static void wbt_exit(struct rq_qos *rqos)
        rwb->enable_state = WBT_STATE_ON_DEFAULT;
        rwb->wc = 1;
        rwb->rq_depth.default_depth = RWB_DEF_DEPTH;
-       __wbt_update_limits(rwb);
+       wbt_update_limits(rwb);
 
        /*
         * Assign rwb and add the stats callback.