projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3ee4105
)
rk30: pmu: export pmu_set_power_domain and pmu_set_idle_request symbol
author
黄涛
<huangtao@rock-chips.com>
Tue, 17 Apr 2012 09:16:25 +0000
(17:16 +0800)
committer
黄涛
<huangtao@rock-chips.com>
Tue, 17 Apr 2012 09:16:25 +0000
(17:16 +0800)
arch/arm/mach-rk30/pmu.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-rk30/pmu.c
b/arch/arm/mach-rk30/pmu.c
index 7a244318c852ed557a46335429e02e0cf391f73f..425dab2741aae36b3dae561b75c0803e871ef6ac 100644
(file)
--- a/
arch/arm/mach-rk30/pmu.c
+++ b/
arch/arm/mach-rk30/pmu.c
@@
-1,3
+1,4
@@
+#include <linux/module.h>
#include <linux/spinlock.h>
#include <mach/pmu.h>
#include <mach/sram.h>
@@
-60,6
+61,7
@@
void pmu_set_power_domain(enum pmu_power_domain pd, bool on)
}
spin_unlock_irqrestore(&pmu_pd_lock, flags);
}
+EXPORT_SYMBOL(pmu_set_power_domain);
static DEFINE_SPINLOCK(pmu_misc_con1_lock);
@@
-84,3
+86,4
@@
void pmu_set_idle_request(enum pmu_idle_req req, bool idle)
;
spin_unlock_irqrestore(&pmu_misc_con1_lock, flags);
}
+EXPORT_SYMBOL(pmu_set_idle_request);