提交 db3b4fd1 编写于 作者: G Geert Uytterhoeven 提交者: Bartlomiej Zolnierkiewicz

video: fbdev: simplefb: Stop including <linux/clk-provider.h>

Simplefb is not a clock provider, but it uses of_clk_get_parent_count(),
so it can just include <linux/of_clk.h> instead.
Signed-off-by: NGeert Uytterhoeven <geert+renesas@glider.be>
Acked-by: NHans de Goede <hdegoede@redhat.com>
Acked-by: NStephen Boyd <sboyd@kernel.org>
Signed-off-by: NBartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
上级 365da08c
......@@ -27,8 +27,8 @@
#include <linux/platform_data/simplefb.h>
#include <linux/platform_device.h>
#include <linux/clk.h>
#include <linux/clk-provider.h>
#include <linux/of.h>
#include <linux/of_clk.h>
#include <linux/of_platform.h>
#include <linux/parser.h>
#include <linux/regulator/consumer.h>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册