diff options
author | Sergei Shtylyov <sshtylyov@ru.mvista.com> | 2009-09-30 11:48:03 -0400 |
---|---|---|
committer | Kevin Hilman <khilman@deeprootsystems.com> | 2009-11-25 13:21:30 -0500 |
commit | 789a785ee4351a0b425d1b3702d40aeb71745ff3 (patch) | |
tree | 0ac26280bcbd162c94d53e568f1c3c404474e0f4 /arch/arm/mach-davinci/clock.h | |
parent | a9eb1f675c3363a174a424f7834e768d17cd20e5 (diff) |
davinci: DA8xx: rename 'psc_ctlr' field into 'gpsc'
Replace badly chosen 'psc_ctlr' name of the 'struct clk' field (PSC already
means "Power and Sleep Controller", so the '_ctlr' postfix makes the name
tautological) with technically correct 'gpsc' (Global PSC -- which contains
all the module registers).
Signed-off-by: Sergei Shtylyov <sshtylyov@ru.mvista.com>
Signed-off-by: Kevin Hilman <khilman@deeprootsystems.com>
Diffstat (limited to 'arch/arm/mach-davinci/clock.h')
-rw-r--r-- | arch/arm/mach-davinci/clock.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-davinci/clock.h b/arch/arm/mach-davinci/clock.h index d45dc6960a94..c92d77a3008d 100644 --- a/arch/arm/mach-davinci/clock.h +++ b/arch/arm/mach-davinci/clock.h | |||
@@ -70,7 +70,7 @@ struct clk { | |||
70 | unsigned long rate; | 70 | unsigned long rate; |
71 | u8 usecount; | 71 | u8 usecount; |
72 | u8 lpsc; | 72 | u8 lpsc; |
73 | u8 psc_ctlr; | 73 | u8 gpsc; |
74 | u32 flags; | 74 | u32 flags; |
75 | struct clk *parent; | 75 | struct clk *parent; |
76 | struct list_head children; /* list of children */ | 76 | struct list_head children; /* list of children */ |