From: Robert Marko Date: Wed, 24 Sep 2025 20:27:15 +0000 (+0200) Subject: clk: lan966x: remove unused dt-bindings include X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=bab55c25f2ebed2608e053183146893b63d6f078;p=thirdparty%2Fkernel%2Flinux.git clk: lan966x: remove unused dt-bindings include In preparation for LAN969x support, all instances referring to defines in the LAN966x specific header were dropped, so its safe to drop its inclusion in the driver. Signed-off-by: Robert Marko Reviewed-by: Daniel Machon Link: https://lore.kernel.org/r/20250924202810.1641883-1-robert.marko@sartura.hr Signed-off-by: Claudiu Beznea --- diff --git a/drivers/clk/clk-lan966x.c b/drivers/clk/clk-lan966x.c index 16e0405fe28bf..3c7a48c616bbc 100644 --- a/drivers/clk/clk-lan966x.c +++ b/drivers/clk/clk-lan966x.c @@ -16,8 +16,6 @@ #include #include -#include - #define GCK_ENA BIT(0) #define GCK_SRC_SEL GENMASK(9, 8) #define GCK_PRESCALER GENMASK(23, 16)