From: Steven Rostedt Date: Wed, 14 Oct 2009 19:43:44 +0000 (-0400) Subject: perf tools: Remove all char * typecasts and use const in prototype X-Git-Tag: v2.6.33-rc1~399^2~187^2~30 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c4dc775f53136cd6af8f88bce67cce9b42751768;p=pandora-kernel.git perf tools: Remove all char * typecasts and use const in prototype The (char *) for all the static strings was a fix for the symptom and not the disease. The real issue was that the function prototypes needed to be declared "const char *". Signed-off-by: Steven Rostedt Cc: Peter Zijlstra Cc: Frederic Weisbecker Cc: Arnaldo Carvalho de Melo LKML-Reference: <20091014194400.635935008@goodmis.org> Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed