projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5a68a73
)
arm: omap3: clockdomain data: Remove superfluous commas from gfx_sgx_3xxx_wkdeps[]
author
Mark A. Greer
<mgreer@animalcreek.com>
Tue, 8 May 2012 05:55:38 +0000
(23:55 -0600)
committer
Paul Walmsley
<paul@pwsan.com>
Tue, 8 May 2012 05:55:38 +0000
(23:55 -0600)
Clean up clockdomains3xxx_data.c a bit by removing the superfluous
commas in gfx_sgx_3xxx_wkdeps[].
Signed-off-by: Mark A. Greer <mgreer@animalcreek.com>
Signed-off-by: Paul Walmsley <paul@pwsan.com>
arch/arm/mach-omap2/clockdomains3xxx_data.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-omap2/clockdomains3xxx_data.c
b/arch/arm/mach-omap2/clockdomains3xxx_data.c
index b84e138d99c8cdc30f065bafba145539e51f254b..6038adb977108f6440ea0f002dcba63beefb9b29 100644
(file)
--- a/
arch/arm/mach-omap2/clockdomains3xxx_data.c
+++ b/
arch/arm/mach-omap2/clockdomains3xxx_data.c
@@
-53,9
+53,9
@@
* 3430ES2 PM_WKDEP_SGX: adds IVA2, removes CORE
*/
static struct clkdm_dep gfx_sgx_3xxx_wkdeps[] = {
- { .clkdm_name = "iva2_clkdm"
,
},
- { .clkdm_name = "mpu_clkdm"
,
},
- { .clkdm_name = "wkup_clkdm"
,
},
+ { .clkdm_name = "iva2_clkdm" },
+ { .clkdm_name = "mpu_clkdm" },
+ { .clkdm_name = "wkup_clkdm" },
{ NULL },
};