From e868171a94b637158a3930c9adfb448d0df163cd Mon Sep 17 00:00:00 2001 From: Alexey Dobriyan Date: Fri, 26 Oct 2007 12:17:22 +0400 Subject: [PATCH] De-constify sched.h [PATCH] De-constify sched.h This reverts commit a8972ccf00b7184a743eb6cd9bc7f3443357910c ("sched: constify sched.h") 1) Patch doesn't change any code here, so gcc is already smart enough to "feel" constness in such simple functions. 2) There is no such thing as const task_struct. Anyone who think otherwise deserves compiler warning. Signed-off-by: Alexey Dobriyan Signed-off-by: Linus Torvalds --- Reading git-format-patch failed