From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Wed, 17 Mar 2021 01:28:45 +0000 Subject: [PATCH v4 12/42] clk: sandbox: Move priv/plat data to a header file In-Reply-To: <20210315172537.v4.12.I4aee08fd4274db27e99448ed39ab564239874509@changeid> References: <20210315172537.v4.12.I4aee08fd4274db27e99448ed39ab564239874509@changeid> <20210315042553.1932494-1-sjg@chromium.org> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de At present the structs used by this driver are not accessible outside it, so cannot be used with OF_PLATDATA_INST. Move them to a header file to fix this. Signed-off-by: Simon Glass --- (no changes since v1) arch/sandbox/include/asm/clk.h | 16 ++++++++++++++++ drivers/clk/clk_sandbox.c | 7 ------- drivers/clk/clk_sandbox_test.c | 6 ------ 3 files changed, 16 insertions(+), 13 deletions(-) Applied to u-boot-dm/next, thanks!