clk: test: Forward-declare struct of_phandle_args in kunit/clk.h
authorRichard Fitzgerald <rf@opensource.cirrus.com>
Thu, 27 Mar 2025 12:52:14 +0000 (12:52 +0000)
committerStephen Boyd <sboyd@kernel.org>
Tue, 6 May 2025 21:50:01 +0000 (14:50 -0700)
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: a82fcb16d977 ("clk: test: Add test managed of_clk_add_hw_provider()")
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
include/kunit/clk.h

index 0afae7688157b807f5be589b5d574ec43b49109c..f226044cc78d11564f7adb4cc2450934aab04ce6 100644 (file)
@@ -6,6 +6,7 @@ struct clk;
 struct clk_hw;
 struct device;
 struct device_node;
+struct of_phandle_args;
 struct kunit;
 
 struct clk *