All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 1/2] MIPS: add empty arch/clk.h
@ 2019-06-09  4:51 Ramon Fried
  2019-06-10  6:28 ` Ramon Fried
  0 siblings, 1 reply; 2+ messages in thread
From: Ramon Fried @ 2019-06-09  4:51 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>
---
 arch/mips/include/asm/mach-generic/clk.h | 11 +++++++++++
 1 file changed, 11 insertions(+)
 create mode 100644 arch/mips/include/asm/mach-generic/clk.h

diff --git a/arch/mips/include/asm/mach-generic/clk.h b/arch/mips/include/asm/mach-generic/clk.h
new file mode 100644
index 0000000000..c01e0973cd
--- /dev/null
+++ b/arch/mips/include/asm/mach-generic/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] 2+ messages in thread

* [U-Boot] [PATCH 1/2] MIPS: add empty arch/clk.h
  2019-06-09  4:51 [U-Boot] [PATCH 1/2] MIPS: add empty arch/clk.h Ramon Fried
@ 2019-06-10  6:28 ` Ramon Fried
  0 siblings, 0 replies; 2+ messages in thread
From: Ramon Fried @ 2019-06-10  6:28 UTC (permalink / raw)
  To: u-boot

Hi Daniel
Please wait with this patch, I'll send v2 shortly.
Sorry.
Ramon.

On Sun, Jun 9, 2019 at 7:51 AM Ramon Fried <rfried.dev@gmail.com> wrote:

> 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>
> ---
>  arch/mips/include/asm/mach-generic/clk.h | 11 +++++++++++
>  1 file changed, 11 insertions(+)
>  create mode 100644 arch/mips/include/asm/mach-generic/clk.h
>
> diff --git a/arch/mips/include/asm/mach-generic/clk.h
> b/arch/mips/include/asm/mach-generic/clk.h
> new file mode 100644
> index 0000000000..c01e0973cd
> --- /dev/null
> +++ b/arch/mips/include/asm/mach-generic/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	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-06-10  6:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-09  4:51 [U-Boot] [PATCH 1/2] MIPS: add empty arch/clk.h Ramon Fried
2019-06-10  6:28 ` Ramon Fried

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.