From: Tejun Heo Date: Wed, 18 Nov 2009 08:53:21 +0000 (+0900) Subject: percpu: remove compile warnings caused by __verify_pcpu_ptr() X-Git-Tag: v2.6.34-rc1~223^2~13 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=85438592f179c126ad4cb9a280046d4f0a501e6d;p=pandora-kernel.git percpu: remove compile warnings caused by __verify_pcpu_ptr() If percpu pointer is const, __verify_pcpu_ptr() triggers warnings like the following. drivers/net/loopback.c: In function 'loopback_get_stats': drivers/net/loopback.c:109: warning: initialization discards qualifiers from pointer target type Fix it by adding const to the verification target pointer used in __verify_pcpu_ptr(). Signed-off-by: Tejun Heo Reported-by: Stephen Rothwell --- Reading git-diff-tree failed