kernel/profile.c: use static const char instead of static char
authorFabian Frederick <[email protected]>
Fri, 6 Jun 2014 21:37:30 +0000 (14:37 -0700)
committerLinus Torvalds <[email protected]>
Fri, 6 Jun 2014 23:08:13 +0000 (16:08 -0700)
commitf3da64d1ea12ed6cfe18e6dedbc9739743e0b884
treea1547a8321c4ddca30acf97b4db54997185fb799
parentaba871f1e9a8dad07d442913998cd679529f2784
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 <[email protected]>
Cc: Paul Gortmaker <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
kernel/profile.c