From: Antony Pavlov <antonynpavlov@gmail.com>
To: barebox@lists.infradead.org
Subject: [PATCH] MIPS: asm/pbl_nmon.h: add guard macro
Date: Mon, 1 Jan 2024 14:23:59 +0300 [thread overview]
Message-ID: <20240101112359.721688-1-antonynpavlov@gmail.com> (raw)
Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com>
---
arch/mips/include/asm/pbl_nmon.h | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/arch/mips/include/asm/pbl_nmon.h b/arch/mips/include/asm/pbl_nmon.h
index 7c8ec9d204f..73e4a9d2e9c 100644
--- a/arch/mips/include/asm/pbl_nmon.h
+++ b/arch/mips/include/asm/pbl_nmon.h
@@ -5,6 +5,9 @@
* Copyright (C) 2013 Antony Pavlov <antonynpavlov@gmail.com>
*/
+#ifndef __ASM_PBL_NMON_H
+#define __ASM_PBL_NMON_H
+
#include <mach/debug_ll.h>
#define CODE_ESC 0x1b
@@ -286,3 +289,5 @@
#endif /* CONFIG_NMON */
.set pop
.endm
+
+#endif /* __ASM_PBL_NMON_H */
--
2.39.0
next reply other threads:[~2024-01-01 11:25 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-01-01 11:23 Antony Pavlov [this message]
2024-01-02 9:16 ` 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=20240101112359.721688-1-antonynpavlov@gmail.com \
--to=antonynpavlov@gmail.com \
--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