U-boot Archive mirror
 help / color / mirror / Atom feed
From: Maxim Moskalets <maximmosk4@gmail.com>
To: sjg@chromium.org, trini@konsulko.com, u-boot@lists.denx.de,
	philipp.tomsich@vrull.eu, kever.yang@rock-chips.com,
	eugen.hristev@collabora.com
Cc: maximmosk4@gmail.com, Maxim.Moskalets@kaspersky.com
Subject: [PATCH] arch: fix arch-rockchip/clock.h dependency
Date: Mon, 13 May 2024 19:59:16 +0300	[thread overview]
Message-ID: <20240513165916.24259-1-Maxim.Moskalets@kaspersky.com> (raw)

This header uses u32 and should include header with this typedef.

Signed-off-by: Maxim Moskalets <maximmosk4@gmail.com>
---
 arch/arm/include/asm/arch-rockchip/clock.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/arch/arm/include/asm/arch-rockchip/clock.h b/arch/arm/include/asm/arch-rockchip/clock.h
index f01c5aeb71..ade53e6fd9 100644
--- a/arch/arm/include/asm/arch-rockchip/clock.h
+++ b/arch/arm/include/asm/arch-rockchip/clock.h
@@ -6,6 +6,8 @@
 #ifndef _ASM_ARCH_CLOCK_H
 #define _ASM_ARCH_CLOCK_H
 
+#include <common.h>
+
 struct udevice;
 
 /* define pll mode */
-- 
2.39.2


             reply	other threads:[~2024-05-13 16:59 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-05-13 16:59 Maxim Moskalets [this message]
2024-05-13 17:52 ` [PATCH] arch: fix arch-rockchip/clock.h dependency Tom Rini

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240513165916.24259-1-Maxim.Moskalets@kaspersky.com \
    --to=maximmosk4@gmail.com \
    --cc=Maxim.Moskalets@kaspersky.com \
    --cc=eugen.hristev@collabora.com \
    --cc=kever.yang@rock-chips.com \
    --cc=philipp.tomsich@vrull.eu \
    --cc=sjg@chromium.org \
    --cc=trini@konsulko.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).