* can be a simple update of blocked load or a complete load balance with
  * tasks movement depending of flags.
  */
-static void _nohz_idle_balance(struct rq *this_rq, unsigned int flags,
-                              enum cpu_idle_type idle)
+static void _nohz_idle_balance(struct rq *this_rq, unsigned int flags)
 {
        /* Earliest time when we have to do rebalance again */
        unsigned long now = jiffies;
        if (idle != CPU_IDLE)
                return false;
 
-       _nohz_idle_balance(this_rq, flags, idle);
+       _nohz_idle_balance(this_rq, flags);
 
        return true;
 }
         * (ie NOHZ_STATS_KICK set) and will do the same.
         */
        if ((flags == NOHZ_NEWILB_KICK) && !need_resched())
-               _nohz_idle_balance(cpu_rq(cpu), NOHZ_STATS_KICK, CPU_IDLE);
+               _nohz_idle_balance(cpu_rq(cpu), NOHZ_STATS_KICK);
 }
 
 static void nohz_newidle_balance(struct rq *this_rq)