From: Andreas Kemnade <andreas@kemnade.info>
To: barebox@lists.infradead.org
Cc: Andreas Kemnade <andreas@kemnade.info>
Subject: [PATCH] ARM: i.MX: bbu: fix compilation without CONFIG_BAREBOX_UPDATE
Date: Thu, 20 Apr 2023 21:52:55 +0200 [thread overview]
Message-ID: <20230420195255.1153119-1-andreas@kemnade.info> (raw)
Fix
include/mach/imx/bbu.h:208:1: error: expected identifier or ‘(’ before ‘{’ token
Signed-off-by: Andreas Kemnade <andreas@kemnade.info>
---
include/mach/imx/bbu.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/mach/imx/bbu.h b/include/mach/imx/bbu.h
index 451ae15740..50657d9895 100644
--- a/include/mach/imx/bbu.h
+++ b/include/mach/imx/bbu.h
@@ -204,7 +204,7 @@ imx7_bbu_internal_spi_i2c_register_handler(const char *name, char *devicefile,
static inline int
imx8m_bbu_internal_flexspi_nor_register_handler(const char *name, const char *devicefile,
- unsigned long flags);
+ unsigned long flags)
{
return -ENOSYS;
}
--
2.39.2
next reply other threads:[~2023-04-20 19:54 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-04-20 19:52 Andreas Kemnade [this message]
2023-04-21 6:22 ` Andreas Kemnade
2023-04-21 6:55 ` Marco Felsch
2023-05-02 11:48 ` Sascha Hauer
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=20230420195255.1153119-1-andreas@kemnade.info \
--to=andreas@kemnade.info \
--cc=barebox@lists.infradead.org \
/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