arm: omap3: clockdomain data: Remove superfluous commas from gfx_sgx_3xxx_wkdeps[]
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>
This commit is contained in:
parent
5a68a73658
commit
48a6884fd1
1 changed files with 3 additions and 3 deletions
|
@ -53,9 +53,9 @@
|
||||||
* 3430ES2 PM_WKDEP_SGX: adds IVA2, removes CORE
|
* 3430ES2 PM_WKDEP_SGX: adds IVA2, removes CORE
|
||||||
*/
|
*/
|
||||||
static struct clkdm_dep gfx_sgx_3xxx_wkdeps[] = {
|
static struct clkdm_dep gfx_sgx_3xxx_wkdeps[] = {
|
||||||
{ .clkdm_name = "iva2_clkdm", },
|
{ .clkdm_name = "iva2_clkdm" },
|
||||||
{ .clkdm_name = "mpu_clkdm", },
|
{ .clkdm_name = "mpu_clkdm" },
|
||||||
{ .clkdm_name = "wkup_clkdm", },
|
{ .clkdm_name = "wkup_clkdm" },
|
||||||
{ NULL },
|
{ NULL },
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue