]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
clk: lan966x: remove unused dt-bindings include
authorRobert Marko <robert.marko@sartura.hr>
Wed, 24 Sep 2025 20:27:15 +0000 (22:27 +0200)
committerClaudiu Beznea <claudiu.beznea@tuxon.dev>
Sat, 8 Nov 2025 10:01:01 +0000 (12:01 +0200)
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 <robert.marko@sartura.hr>
Reviewed-by: Daniel Machon <daniel.machon@microchip.com>
Link: https://lore.kernel.org/r/20250924202810.1641883-1-robert.marko@sartura.hr
Signed-off-by: Claudiu Beznea <claudiu.beznea@tuxon.dev>
drivers/clk/clk-lan966x.c

index 16e0405fe28bf0a89b291bdd33f78bbddd959f8a..3c7a48c616bbc5e5841d7696edcf7740856fd2ef 100644 (file)
@@ -16,8 +16,6 @@
 #include <linux/platform_device.h>
 #include <linux/slab.h>
 
-#include <dt-bindings/clock/microchip,lan966x.h>
-
 #define GCK_ENA         BIT(0)
 #define GCK_SRC_SEL     GENMASK(9, 8)
 #define GCK_PRESCALER   GENMASK(23, 16)