public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v2 1/2] MIPS: add empty arch/clk.h
@ 2019-06-10 18:05 Ramon Fried
  2019-06-10 18:05 ` [U-Boot] [PATCH v2 2/2] MIPS: add dma-mapping.h implementation Ramon Fried
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Ramon Fried @ 2019-06-10 18:05 UTC (permalink / raw)
  To: u-boot

The file is needed for compilation of various
drivers (IE. macb).
Add empty implementation so compilation succeeds.

Signed-off-by: Ramon Fried <rfried.dev@gmail.com>
---
v2: Moved the new file to the correct location.

 arch/mips/include/asm/arch/clk.h | 11 +++++++++++
 1 file changed, 11 insertions(+)
 create mode 100644 arch/mips/include/asm/arch/clk.h

diff --git a/arch/mips/include/asm/arch/clk.h b/arch/mips/include/asm/arch/clk.h
new file mode 100644
index 0000000000..c01e0973cd
--- /dev/null
+++ b/arch/mips/include/asm/arch/clk.h
@@ -0,0 +1,11 @@
+/* SPDX-License-Identifier: GPL-2.0+ */
+/*
+ * Copyright (c) Ramon Fried <rfried.dev@gmail.com>
+ */
+
+#ifndef __ASM_MIPS_ARCH_CLK_H
+#define __ASM_MIPS_ARCH_CLK_H
+
+/* Note: This is a placeholder header for driver compilation. */
+
+#endif
-- 
2.21.0

^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2019-10-18 11:03 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-06-10 18:05 [U-Boot] [PATCH v2 1/2] MIPS: add empty arch/clk.h Ramon Fried
2019-06-10 18:05 ` [U-Boot] [PATCH v2 2/2] MIPS: add dma-mapping.h implementation Ramon Fried
2019-06-17 12:01   ` Daniel Schwierzeck
2019-06-10 18:05 ` [U-Boot] [PATCH] MIPS: add compile time definition of L2 cache size Ramon Fried
2019-10-18 11:03   ` Daniel Schwierzeck
2019-06-17 11:42 ` [U-Boot] [PATCH v2 1/2] MIPS: add empty arch/clk.h Daniel Schwierzeck
2019-06-17 19:24   ` Ramon Fried

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox