diff options
| author | Robert Marko <robert.marko@sartura.hr> | 2025-09-24 22:27:15 +0200 |
|---|---|---|
| committer | Claudiu Beznea <claudiu.beznea@tuxon.dev> | 2025-11-08 12:01:01 +0200 |
| commit | bab55c25f2ebed2608e053183146893b63d6f078 (patch) | |
| tree | 030fef4ca6e89001c044c8c1068d143926540773 | |
| parent | c6f2dddfa7f9579eeab67690def4be8094b4336d (diff) | |
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>
| -rw-r--r-- | drivers/clk/clk-lan966x.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/clk/clk-lan966x.c b/drivers/clk/clk-lan966x.c index 16e0405fe28b..3c7a48c616bb 100644 --- a/drivers/clk/clk-lan966x.c +++ b/drivers/clk/clk-lan966x.c @@ -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) |
