From: Tejun Heo Date: Mon, 29 Jun 2009 08:45:39 +0000 (+0900) Subject: percpu: use __weak only in the definition of weak percpu variables X-Git-Tag: v2.6.32-rc1~676^2^2~36 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1a8dd307cc0a2119be4e578c517795464e6dabba;p=pandora-kernel.git percpu: use __weak only in the definition of weak percpu variables __weak is necessary only for definition and might even not work in declaration. Drop it from declaration. This change was suggested by Ivan Kokshaysky. Signed-off-by: Tejun Heo Acked-by: Ivan Kokshaysky --- Reading git-diff-tree failed