diff options
Diffstat (limited to 'arch/arm/mach-davinci/psc.c')
-rw-r--r-- | arch/arm/mach-davinci/psc.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/arch/arm/mach-davinci/psc.c b/arch/arm/mach-davinci/psc.c index 04a3cb72c5ab..adf6b5c7f1e5 100644 --- a/arch/arm/mach-davinci/psc.c +++ b/arch/arm/mach-davinci/psc.c | |||
@@ -25,17 +25,6 @@ | |||
25 | #include <mach/cputype.h> | 25 | #include <mach/cputype.h> |
26 | #include <mach/psc.h> | 26 | #include <mach/psc.h> |
27 | 27 | ||
28 | /* PSC register offsets */ | ||
29 | #define EPCPR 0x070 | ||
30 | #define PTCMD 0x120 | ||
31 | #define PTSTAT 0x128 | ||
32 | #define PDSTAT 0x200 | ||
33 | #define PDCTL1 0x304 | ||
34 | #define MDSTAT 0x800 | ||
35 | #define MDCTL 0xA00 | ||
36 | |||
37 | #define MDSTAT_STATE_MASK 0x1f | ||
38 | |||
39 | /* Return nonzero iff the domain's clock is active */ | 28 | /* Return nonzero iff the domain's clock is active */ |
40 | int __init davinci_psc_is_clk_active(unsigned int ctlr, unsigned int id) | 29 | int __init davinci_psc_is_clk_active(unsigned int ctlr, unsigned int id) |
41 | { | 30 | { |