On 06/25/2015 01:21 PM, Srikar Dronamraju wrote: > Currently print_cfs_rq() is declared in include/linux/sched.h. > However its not used outside kernel/sched. Hence move the declaration to > kernel/sched/sched.h > > Also some functions are only available for CONFIG_SCHED_DEBUG. Hence move > the declarations within #ifdef. > > Signed-off-by: Srikar Dronamraju <[email protected]>
Acked-by: Rik van Riel <[email protected]> -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

