module: reorder module pcpu related functions
authorTejun Heo <tj@kernel.org>
Fri, 20 Feb 2009 07:29:07 +0000 (16:29 +0900)
committerTejun Heo <tj@kernel.org>
Fri, 20 Feb 2009 07:29:07 +0000 (16:29 +0900)
commit6b588c18f8dacfa6d7957c33c5ff832096e752d3
treec59c2f1719ce9d4bc23e85b4f205772a61944530
parent734269521e320ad14ed39ae9b64d482b9028dcd2
module: reorder module pcpu related functions

Impact: cleanup

Move percpu_modinit() upwards.  This is to ease further changes.

Signed-off-by: Tejun Heo <tj@kernel.org>
kernel/module.c