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

Configure Feed

Select the types of activity you want to include in your feed.

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 <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>

authored by

Robert Marko and committed by
Claudiu Beznea
bab55c25 c6f2dddf

-2
-2
drivers/clk/clk-lan966x.c
··· 16 16 #include <linux/platform_device.h> 17 17 #include <linux/slab.h> 18 18 19 - #include <dt-bindings/clock/microchip,lan966x.h> 20 - 21 19 #define GCK_ENA BIT(0) 22 20 #define GCK_SRC_SEL GENMASK(9, 8) 23 21 #define GCK_PRESCALER GENMASK(23, 16)