Files
linux/include/kunit
Richard Fitzgerald 3f30dc4fa6 clk: test: Forward-declare struct of_phandle_args in kunit/clk.h
[ Upstream commit 7a0c1872ee ]

Add a forward-declare of struct of_phandle_args to prevent the compiler
warning:

../include/kunit/clk.h:29:63: warning: ‘struct of_phandle_args’ declared
inside parameter list will not be visible outside of this definition or
declaration
   struct clk_hw *(*get)(struct of_phandle_args *clkspec, void *data),

Signed-off-by: Richard Fitzgerald <rf@opensource.cirrus.com>
Link: https://lore.kernel.org/r/20250327125214.82598-1-rf@opensource.cirrus.com
Fixes: a82fcb16d9 ("clk: test: Add test managed of_clk_add_hw_provider()")
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2025-06-19 15:39:50 +02:00
..
2023-12-18 13:28:08 -07:00
2025-04-08 14:57:24 -06:00
2024-05-06 14:22:02 -06:00