Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 48a6884f authored by Mark A. Greer's avatar Mark A. Greer Committed by Paul Walmsley
Browse files

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: default avatarMark A. Greer <mgreer@animalcreek.com>
Signed-off-by: default avatarPaul Walmsley <paul@pwsan.com>
parent 5a68a736
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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 },
};