]> git.sur5r.net Git - u-boot/commitdiff
m68k: Remove empty #ifdef/#ifndef block
authorChris Packham <judge.packham@gmail.com>
Mon, 4 Jun 2018 09:45:22 +0000 (21:45 +1200)
committerTom Rini <trini@konsulko.com>
Mon, 18 Jun 2018 18:02:03 +0000 (14:02 -0400)
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

index 3fafa6ff1a8d3151e5fe437fbdbf3c8cc96881ea..4af69190b7371362170949ebacab88aeef6b0d33 100644 (file)
@@ -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 */