diff mbox series

[U-Boot,2/3] m68k: Remove empty #ifdef/#ifndef block

Message ID 20180604094523.23876-2-judge.packham@gmail.com
State Accepted
Commit 1b65c86e8743a2a3f0147a599ea37e46f917a5b1
Delegated to: Tom Rini
Headers show
Series [U-Boot,1/3] configs: Remove empty #ifdef/#ifndef blocks | expand

Commit Message

Chris Packham June 4, 2018, 9:45 a.m. UTC
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(-)

Comments

Tom Rini June 19, 2018, 6:40 p.m. UTC | #1
On Mon, Jun 04, 2018 at 09:45:22PM +1200, Chris Packham wrote:

> Whatever code this was guarding has been removed so remove the guards
> too.
> 
> Signed-off-by: Chris Packham <judge.packham@gmail.com>

Applied to u-boot/master, thanks!
diff mbox series

Patch

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 */