From 1b65c86e8743a2a3f0147a599ea37e46f917a5b1 Mon Sep 17 00:00:00 2001 From: Chris Packham Date: Mon, 4 Jun 2018 21:45:22 +1200 Subject: [PATCH] m68k: Remove empty #ifdef/#ifndef block Whatever code this was guarding has been removed so remove the guards too. Signed-off-by: Chris Packham --- 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 3fafa6ff1a..4af69190b7 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 */