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

MIPS: BMIPS: Replace <linux/clk-provider.h> by <linux/of_clk.h>

The Broadcom BMIPS platform code is not a clock provider, and just needs
to call of_clk_init().

Hence it can include <linux/of_clk.h> instead of <linux/clk-provider.h>.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Acked-by: Florian Fainelli <f.fainelli@gmail.com>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Stephen Boyd <sboyd@kernel.org>
Signed-off-by: Paul Burton <paulburton@kernel.org>
Cc: Ralf Baechle <ralf@linux-mips.org>
Cc: Paul Cercueil <paul@crapouillou.net>
Cc: James Hartley <james.hartley@sondrel.com>
Cc: John Crispin <john@phrozen.org>
Cc: linux-mips@vger.kernel.org
Cc: bcm-kernel-feedback-list@broadcom.com
Cc: linux-clk@vger.kernel.org
Cc: linux-kernel@vger.kernel.org

authored by

Geert Uytterhoeven and committed by
Paul Burton
e40b3def d2936bd0

+1 -1
+1 -1
arch/mips/bmips/setup.c
··· 10 10 #include <linux/init.h> 11 11 #include <linux/bitops.h> 12 12 #include <linux/memblock.h> 13 - #include <linux/clk-provider.h> 14 13 #include <linux/ioport.h> 15 14 #include <linux/kernel.h> 16 15 #include <linux/io.h> 17 16 #include <linux/of.h> 17 + #include <linux/of_clk.h> 18 18 #include <linux/of_fdt.h> 19 19 #include <linux/of_platform.h> 20 20 #include <linux/libfdt.h>