This file is calling of_property_read_u32() without including the proper header for it. It is provided by , which wants to get rid of it. Signed-off-by: Vladimir Oltean Acked-by: Daniel Machon --- Cc: Daniel Machon Cc: Andrew Lunn Cc: "David S. Miller" Cc: Eric Dumazet Cc: Jakub Kicinski Cc: Paolo Abeni Cc: Steen Hegelund v1->v2: collect tag --- drivers/net/ethernet/microchip/sparx5/lan969x/lan969x_rgmii.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/net/ethernet/microchip/sparx5/lan969x/lan969x_rgmii.c b/drivers/net/ethernet/microchip/sparx5/lan969x/lan969x_rgmii.c index 4e422ca50828..249114b40c42 100644 --- a/drivers/net/ethernet/microchip/sparx5/lan969x/lan969x_rgmii.c +++ b/drivers/net/ethernet/microchip/sparx5/lan969x/lan969x_rgmii.c @@ -4,6 +4,7 @@ * Copyright (c) 2024 Microchip Technology Inc. and its subsidiaries. */ +#include #include "lan969x.h" /* Tx clock selectors */ -- 2.43.0