clk: Remove a useless include
authorChristophe JAILLET <christophe.jaillet@wanadoo.fr>
Sat, 12 Nov 2022 21:43:03 +0000 (22:43 +0100)
committerStephen Boyd <sboyd@kernel.org>
Wed, 23 Nov 2022 01:52:07 +0000 (17:52 -0800)
<linux/rational.h> is not needed for these drivers. Remove the
corresponding #include.

Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Link: https://lore.kernel.org/r/12dd5cb49efa7714f8e0389e4c7b3bc829e8a90e.1668289299.git.christophe.jaillet@wanadoo.fr
Acked-by: Heiko Stuebner <heiko@sntech.de>
Acked-by: Jerome Brunet <jbrunet@baylibre.com>
Reviewed-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
drivers/clk/clk-versaclock5.c
drivers/clk/meson/clk-pll.c
drivers/clk/rockchip/clk.c

index 88689415aff9c34e3cb1d1b71f1b6f400d81b066..e9737969170e1e08548f8bcdc084eaf1c6f675c9 100644 (file)
@@ -20,7 +20,6 @@
 #include <linux/module.h>
 #include <linux/of.h>
 #include <linux/of_platform.h>
-#include <linux/rational.h>
 #include <linux/regmap.h>
 #include <linux/slab.h>
 
index 9e55617bc3b48ed107b9ff84b4a055da1ece4241..4b96e159022461e12022e2b0a40281db37e79d9b 100644 (file)
@@ -32,7 +32,6 @@
 #include <linux/io.h>
 #include <linux/math64.h>
 #include <linux/module.h>
-#include <linux/rational.h>
 
 #include "clk-regmap.h"
 #include "clk-pll.h"
index e63d4f20b479d2d70a8148cac716dce2abbfdf73..398c427b8e81c22b38d3c7b968a0477bf16141c9 100644 (file)
@@ -21,7 +21,6 @@
 #include <linux/mfd/syscon.h>
 #include <linux/regmap.h>
 #include <linux/reboot.h>
-#include <linux/rational.h>
 
 #include "../clk-fractional-divider.h"
 #include "clk.h"