Commit 29cb4974 authored by Marek Vasut's avatar Marek Vasut Committed by Geert Uytterhoeven
Browse files

clk: renesas: Remove duplicate and trailing empty lines

parent 9852d85e
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -64,7 +64,6 @@ r8a73a4_cpg_register_clock(struct device_node *np, struct r8a73a4_cpg *cpg,
	unsigned int mult = 1;
	unsigned int div = 1;


	if (!strcmp(name, "main")) {
		u32 ckscr = readl(base + CPG_CKSCR);

+0 −1
Original line number Diff line number Diff line
@@ -67,7 +67,6 @@ r8a7778_cpg_register_clock(struct device_node *np, const char *name)
	return ERR_PTR(-EINVAL);
}


static void __init r8a7778_cpg_clocks_init(struct device_node *np)
{
	struct clk_onecell_data *data;
+0 −1
Original line number Diff line number Diff line
@@ -266,7 +266,6 @@ static const struct rcar_gen4_cpg_pll_config cpg_pll_configs[4] __initconst = {
	{ 2,		128,	1,	192,	1,	32,	},
};


static int __init r8a779a0_cpg_mssr_init(struct device *dev)
{
	const struct rcar_gen4_cpg_pll_config *cpg_pll_config;
+0 −1
Original line number Diff line number Diff line
@@ -98,7 +98,6 @@ static const struct clk_div_table dtable_divd[] = {
	{0, 0},
};


static const struct clk_div_table dtable_divw[] = {
	{0, 6},
	{1, 7},
+0 −1
Original line number Diff line number Diff line
@@ -206,4 +206,3 @@ struct clk * __init cpg_rpcd2_clk_register(const char *name,

	return clk;
}
Loading