percpu: use __weak only in the definition of weak percpu variables
authorTejun Heo <tj@kernel.org>
Mon, 29 Jun 2009 08:45:39 +0000 (17:45 +0900)
committerTejun Heo <tj@kernel.org>
Mon, 29 Jun 2009 08:45:39 +0000 (17:45 +0900)
commit1a8dd307cc0a2119be4e578c517795464e6dabba
treec98117633ce514891016f4343c284b3e861e3f6d
parentbf4bb2b1f285ec56e7f3cbf0190761b42131871c
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 <tj@kernel.org>
Acked-by: Ivan Kokshaysky <ink@jurassic.park.msu.ru>
include/linux/percpu-defs.h