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

Commit 07d13069 authored by James Liao's avatar James Liao
Browse files

clk: mediatek: Remove unused code from MT8173.



Remove unused header files from MT8173, and remove unused
keywords from function declaration.

Signed-off-by: default avatarJames Liao <jamesjj.liao@mediatek.com>
Reviewed-by: default avatarDaniel Kurtz <djkurtz@chromium.org>
parent 829f4912
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -15,8 +15,6 @@
#include <linux/clk.h>
#include <linux/of.h>
#include <linux/of_address.h>
#include <linux/slab.h>
#include <linux/mfd/syscon.h>

#include "clk-mtk.h"
#include "clk-gate.h"
+2 −2
Original line number Diff line number Diff line
@@ -42,7 +42,7 @@ struct mtk_fixed_factor {
		.div = _div,				\
	}

extern void mtk_clk_register_factors(const struct mtk_fixed_factor *clks,
void mtk_clk_register_factors(const struct mtk_fixed_factor *clks,
		int num, struct clk_onecell_data *clk_data);

struct mtk_composite {
@@ -159,7 +159,7 @@ struct mtk_pll_data {
	const struct mtk_pll_div_table *div_table;
};

void __init mtk_clk_register_plls(struct device_node *node,
void mtk_clk_register_plls(struct device_node *node,
		const struct mtk_pll_data *plls, int num_plls,
		struct clk_onecell_data *clk_data);