]> git.proxmox.com Git - mirror_ubuntu-disco-kernel.git/commitdiff
video: fbdev: simplefb: Stop including <linux/clk-provider.h>
authorGeert Uytterhoeven <geert+renesas@glider.be>
Tue, 3 Jul 2018 15:43:09 +0000 (17:43 +0200)
committerBartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
Tue, 3 Jul 2018 15:43:09 +0000 (17:43 +0200)
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: Geert Uytterhoeven <geert+renesas@glider.be>
Acked-by: Hans de Goede <hdegoede@redhat.com>
Acked-by: Stephen Boyd <sboyd@kernel.org>
Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
drivers/video/fbdev/simplefb.c

index a3c44ecf4523e8edb6d64c45a89f574924453d7f..9a9d748b07f2777da666a2ecfc8fcd35738f1505 100644 (file)
@@ -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>