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)
__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>

No differences found