From: Simon Kagstrom Date: Wed, 23 Dec 2009 10:08:18 +0000 (+0100) Subject: sched: might_sleep(): Make file parameter const char * X-Git-Tag: v2.6.34-rc1~260^2~26 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d894837f23f491aa7ed167aae767fc07cfe6e6e6;p=pandora-kernel.git sched: might_sleep(): Make file parameter const char * Fixes a warning when building with g++: warning: deprecated conversion from string constant to 'char*' And the file parameter use is constant, so mark it as such. Signed-off-by: Simon Kagstrom Cc: peterz@infradead.org LKML-Reference: <20091223110818.442d848e@marrow.netinsight.se> Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed