From mboxrd@z Thu Jan 1 00:00:00 1970 From: Auer, Lukas Date: Sun, 10 Feb 2019 18:32:07 +0000 Subject: [U-Boot] [PATCH v6 05/16] riscv: Add place-holder asm/arch/clk.h for driver compilation In-Reply-To: <20190209063052.29092-6-anup.patel@wdc.com> References: <20190209063052.29092-1-anup.patel@wdc.com> <20190209063052.29092-6-anup.patel@wdc.com> 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 On Sat, 2019-02-09 at 06:31 +0000, Anup Patel wrote: > Some of the drivers expect asm/arch/clk.h to be provided by > arch support code so we add place-holder asm/arch/clk.h for > RISC-V support. > > Signed-off-by: Anup Patel > --- > arch/riscv/include/asm/arch/clk.h | 14 ++++++++++++++ > 1 file changed, 14 insertions(+) > create mode 100644 arch/riscv/include/asm/arch/clk.h > Reviewed-by: Lukas Auer