On Fri, 23 Aug 2024 01:21:15 -0600 Yangtao Li wrote: > @@ -2403,6 +2401,7 @@ static int gemini_ethernet_port_probe(struct platform_device *pdev) > struct device *parent; move the local clock variables here, keep lines longest to shortest > u8 mac[ETH_ALEN]; > unsigned int id; > + struct clk *pclk; > int irq; > int ret;