]> git.karo-electronics.de Git - karo-tx-linux.git/commit
kernel/profile.c: use static const char instead of static char
authorFabian Frederick <fabf@skynet.be>
Thu, 22 May 2014 00:44:13 +0000 (10:44 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Thu, 22 May 2014 00:44:13 +0000 (10:44 +1000)
commitac9d9f5e51213a59b441ae097546febe4954f03f
treed8ff43436b3d537917ed5b1d02de80734a2cb4e8
parent890a0587bbddc70c7b37da589ee803b983692af5
kernel/profile.c: use static const char instead of static char

schedstr, sleepstr and kvmstr are only used in strcmp & strlen

Signed-off-by: Fabian Frederick <fabf@skynet.be>
Cc: Paul Gortmaker <paul.gortmaker@windriver.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
kernel/profile.c