From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chris Packham Date: Mon, 4 Jun 2018 21:45:22 +1200 Subject: [U-Boot] [PATCH 2/3] m68k: Remove empty #ifdef/#ifndef block In-Reply-To: <20180604094523.23876-1-judge.packham@gmail.com> References: <20180604094523.23876-1-judge.packham@gmail.com> Message-ID: <20180604094523.23876-2-judge.packham@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 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