summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-cns3xxx/core.h
diff options
context:
space:
mode:
authorMac Lin2010-11-22 17:32:43 +0100
committerAnton Vorontsov2010-11-26 19:10:50 +0100
commit38e64ba0f13918d11e50bbd5bb775781ccd6439d (patch)
treef8a349eab0c2a664aced321775c3d9d2520969a0 /arch/arm/mach-cns3xxx/core.h
parentARM: cns3xxx: Make cns3xxx_pwr_soft_rst_force() to actually reset blocks (diff)
downloadkernel-qcow2-linux-38e64ba0f13918d11e50bbd5bb775781ccd6439d.tar.gz
kernel-qcow2-linux-38e64ba0f13918d11e50bbd5bb775781ccd6439d.tar.xz
kernel-qcow2-linux-38e64ba0f13918d11e50bbd5bb775781ccd6439d.zip
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 */