Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

simplefb: Include clk.h

This driver uses the consumer API, so include clk.h explicitly
instead of impliclty through the provider API.

Cc: Luc Verhaegen <libv@skynet.be>
Cc: Hans de Goede <hdegoede@redhat.com>
Acked-by: Geert Uytterhoeven <geert@linux-m68k.org>
Cc: Maxime Ripard <maxime.ripard@free-electrons.com>
Cc: David Herrmann <dh.herrmann@gmail.com>
Cc: Tomi Valkeinen <tomi.valkeinen@ti.com>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>

+1
+1
drivers/video/fbdev/simplefb.c
··· 26 26 #include <linux/module.h> 27 27 #include <linux/platform_data/simplefb.h> 28 28 #include <linux/platform_device.h> 29 + #include <linux/clk.h> 29 30 #include <linux/clk-provider.h> 30 31 #include <linux/of_platform.h> 31 32