[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20250327125214.82598-1-rf@opensource.cirrus.com>
Date: Thu, 27 Mar 2025 12:52:14 +0000
From: Richard Fitzgerald <rf@...nsource.cirrus.com>
To: brendan.higgins@...ux.dev, davidgow@...gle.com, rmoar@...gle.com,
sboyd@...nel.org
Cc: linux-kselftest@...r.kernel.org, kunit-dev@...glegroups.com,
linux-kernel@...r.kernel.org, patches@...nsource.cirrus.com,
linux-clk@...r.kernel.org,
Richard Fitzgerald <rf@...nsource.cirrus.com>
Subject: [PATCH] clk: test: Forward-declare struct of_phandle_args in kunit/clk.h
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@...nsource.cirrus.com>
---
include/kunit/clk.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/include/kunit/clk.h b/include/kunit/clk.h
index 0afae7688157..f226044cc78d 100644
--- a/include/kunit/clk.h
+++ b/include/kunit/clk.h
@@ -6,6 +6,7 @@ struct clk;
struct clk_hw;
struct device;
struct device_node;
+struct of_phandle_args;
struct kunit;
struct clk *
--
2.43.0
Powered by blists - more mailing lists