From: Fabian Frederick Date: Tue, 6 May 2014 17:21:14 +0000 (+0200) Subject: rcu: Make rcu node arrays static const char * const X-Git-Tag: cleanup-for-v3.18~139^2^2~1^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b4426b49c65e0d266f8a9181ca51d5bf11407714;p=pandora-kernel.git rcu: Make rcu node arrays static const char * const Those two arrays are being passed to lockdep_init_map(), which expects const char *, and are stored in lockdep_map the same way. Cc: Dipankar Sarma Cc: Andrew Morton Signed-off-by: Fabian Frederick Signed-off-by: Paul E. McKenney --- Reading git-diff-tree failed