summaryrefslogtreecommitdiff
path: root/arch/arm/mach-cns3xxx/core.h
diff options
context:
space:
mode:
authorMac Lin <mkl0301@gmail.com>2010-11-23 00:32:43 +0800
committerAnton Vorontsov <cbouatmailru@gmail.com>2010-11-26 21:10:50 +0300
commit38e64ba0f13918d11e50bbd5bb775781ccd6439d (patch)
treef8a349eab0c2a664aced321775c3d9d2520969a0 /arch/arm/mach-cns3xxx/core.h
parentdf8f4d2f3ef9ca2154f7bd531492a83c4ab4558a (diff)
ARM: cns3xxx: Add new and export the old power management functions
This patch adds cns3xxx_pwr_clk_dis, and exports these power management functions that may be used by many other device drivers on CNS3XXX. Signed-off-by: Mac Lin <mkl0301@gmail.com> Signed-off-by: Anton Vorontsov <cbouatmailru@gmail.com>
Diffstat (limited to 'arch/arm/mach-cns3xxx/core.h')
-rw-r--r--arch/arm/mach-cns3xxx/core.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/mach-cns3xxx/core.h b/arch/arm/mach-cns3xxx/core.h
index 6b33ec11346e..73898a7835d3 100644
--- a/arch/arm/mach-cns3xxx/core.h
+++ b/arch/arm/mach-cns3xxx/core.h
@@ -17,7 +17,5 @@ extern struct sys_timer cns3xxx_timer;
void __init cns3xxx_map_io(void);
void __init cns3xxx_init_irq(void);
void cns3xxx_power_off(void);
-void cns3xxx_pwr_power_up(unsigned int block);
-void cns3xxx_pwr_power_down(unsigned int block);
#endif /* __CNS3XXX_CORE_H */