Skip to content

Commit bab55c2

Browse files
robimarkoclaudiubeznea
authored andcommitted
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>
1 parent c6f2ddd commit bab55c2

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

drivers/clk/clk-lan966x.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@
1616
#include <linux/platform_device.h>
1717
#include <linux/slab.h>
1818

19-
#include <dt-bindings/clock/microchip,lan966x.h>
20-
2119
#define GCK_ENA BIT(0)
2220
#define GCK_SRC_SEL GENMASK(9, 8)
2321
#define GCK_PRESCALER GENMASK(23, 16)

0 commit comments

Comments
 (0)