From: Paul E. McKenney Date: Tue, 20 Dec 2011 16:20:46 +0000 (-0800) Subject: sched: Add "const" to is_idle_task() parameter X-Git-Tag: v3.3-rc2~26^2^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7061ca3b6c99fc78115560b9a10227c8c5fafc45;p=pandora-kernel.git sched: Add "const" to is_idle_task() parameter This patch fixes a build warning in -next due to a const pointer being passed to is_idle_task(). Because is_idle_task() does not modify anything, this commit adds the "const" to is_idle_task()'s argument declaration. Reported-by: Stephen Rothwell Signed-off-by: Paul E. McKenney --- Reading git-diff-tree failed