[CPUFREQ] unexport (un)lock_policy_rwsem* functions
authorAmerigo Wang <amwang@redhat.com>
Thu, 4 Mar 2010 08:23:36 +0000 (03:23 -0500)
committerDave Jones <davej@redhat.com>
Tue, 3 Aug 2010 17:47:04 +0000 (13:47 -0400)
lock_policy_rwsem_* and unlock_policy_rwsem_* functions are scheduled
to be unexported when 2.6.33. Now there are no other callers of them
out of cpufreq.c, unexport them and make them static.

Signed-off-by: WANG Cong <amwang@redhat.com>
Cc: Venkatesh Pallipadi <venkatesh.pallipadi@intel.com>
Signed-off-by: Dave Jones <davej@redhat.com>

No differences found