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

Commit ae428a72 authored by Javier Martinez Canillas's avatar Javier Martinez Canillas Committed by Tony Lindgren
Browse files

ARM: OMAP2+: Remove unneeded semicolons



Remove the unneded semicolons since they are clearly a typo error.

Signed-off-by: default avatarJavier Martinez Canillas <javier@osg.samsung.com>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent bf058495
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -210,7 +210,7 @@ static inline int omap4plus_init_static_deps(const struct static_dep_map *map)
		}

		map++;
	};
	}

	return 0;
}
+1 −1
Original line number Diff line number Diff line
@@ -582,7 +582,7 @@ void __init omap3xxx_powerdomains_init(void)

	/* Only 81xx needs custom pwrdm_operations */
	if (!cpu_is_ti81xx())
		pwrdm_register_platform_funcs(&omap3_pwrdm_operations);;
		pwrdm_register_platform_funcs(&omap3_pwrdm_operations);

	rev = omap_rev();