From: Chris Packham <judge.packham@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 2/3] m68k: Remove empty #ifdef/#ifndef block
Date: Mon, 4 Jun 2018 21:45:22 +1200 [thread overview]
Message-ID: <20180604094523.23876-2-judge.packham@gmail.com> (raw)
In-Reply-To: <20180604094523.23876-1-judge.packham@gmail.com>
Whatever code this was guarding has been removed so remove the guards
too.
Signed-off-by: Chris Packham <judge.packham@gmail.com>
---
arch/m68k/include/asm/processor.h | 4 ----
1 file changed, 4 deletions(-)
diff --git a/arch/m68k/include/asm/processor.h b/arch/m68k/include/asm/processor.h
index 3fafa6ff1a8d..4af69190b737 100644
--- a/arch/m68k/include/asm/processor.h
+++ b/arch/m68k/include/asm/processor.h
@@ -11,8 +11,4 @@ n:
/* Macros for setting and retrieving special purpose registers */
#define setvbr(v) asm volatile("movec %0,%%VBR" : : "r" (v))
-#ifndef __ASSEMBLY__
-
-#endif /* ifndef ASSEMBLY*/
-
#endif /* __ASM_M68K_PROCESSOR_H */
--
2.17.0
next prev parent reply other threads:[~2018-06-04 9:45 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-06-04 9:45 [U-Boot] [PATCH 1/3] configs: Remove empty #ifdef/#ifndef blocks Chris Packham
2018-06-04 9:45 ` Chris Packham [this message]
2018-06-19 18:40 ` [U-Boot] [U-Boot,2/3] m68k: Remove empty #ifdef/#ifndef block Tom Rini
2018-06-04 9:45 ` [U-Boot] [PATCH 3/3] ARM: sunxi: remove empty #ifdef/endif block Chris Packham
2018-06-19 18:41 ` [U-Boot] [U-Boot, " Tom Rini
2018-06-19 18:40 ` [U-Boot] [U-Boot, 1/3] configs: Remove empty #ifdef/#ifndef blocks 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=20180604094523.23876-2-judge.packham@gmail.com \
--to=judge.packham@gmail.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