[PATCH 05/19] sched: warnings in kernel/sched/fair.c

2013-01-25 Thread Arnd Bergmann
a4c96ae319 "sched: Unthrottle rt runqueues in __disable_runtime()" turned the unthrottle_offline_cfs_rqs function into a static symbol, which now triggers a warning about it being potentially unused: kernel/sched/fair.c:2055:13: warning: 'unthrottle_offline_cfs_rqs' defined but not used

Re: [PATCH 05/19] sched: warnings in kernel/sched/fair.c

2013-01-25 Thread Paul Turner
On Fri, Jan 25, 2013 at 6:14 AM, Arnd Bergmann wrote: > a4c96ae319 "sched: Unthrottle rt runqueues in __disable_runtime()" > turned the unthrottle_offline_cfs_rqs function into a static symbol, > which now triggers a warning about it being potentially unused: > > kernel/sched/fair.c:2055:13:

[PATCH 05/19] sched: warnings in kernel/sched/fair.c

2013-01-25 Thread Arnd Bergmann
a4c96ae319 "sched: Unthrottle rt runqueues in __disable_runtime()" turned the unthrottle_offline_cfs_rqs function into a static symbol, which now triggers a warning about it being potentially unused: kernel/sched/fair.c:2055:13: warning: 'unthrottle_offline_cfs_rqs' defined but not used

[PATCH 05/19] sched: warnings in kernel/sched/fair.c

2013-01-25 Thread Arnd Bergmann
a4c96ae319 sched: Unthrottle rt runqueues in __disable_runtime() turned the unthrottle_offline_cfs_rqs function into a static symbol, which now triggers a warning about it being potentially unused: kernel/sched/fair.c:2055:13: warning: 'unthrottle_offline_cfs_rqs' defined but not used

Re: [PATCH 05/19] sched: warnings in kernel/sched/fair.c

2013-01-25 Thread Paul Turner
On Fri, Jan 25, 2013 at 6:14 AM, Arnd Bergmann a...@arndb.de wrote: a4c96ae319 sched: Unthrottle rt runqueues in __disable_runtime() turned the unthrottle_offline_cfs_rqs function into a static symbol, which now triggers a warning about it being potentially unused:

[PATCH 05/19] sched: warnings in kernel/sched/fair.c

2013-01-25 Thread Arnd Bergmann
a4c96ae319 sched: Unthrottle rt runqueues in __disable_runtime() turned the unthrottle_offline_cfs_rqs function into a static symbol, which now triggers a warning about it being potentially unused: kernel/sched/fair.c:2055:13: warning: 'unthrottle_offline_cfs_rqs' defined but not used