projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
af14d0d
)
m68k: Remove empty #ifdef/#ifndef block
author
Chris Packham
<judge.packham@gmail.com>
Mon, 4 Jun 2018 09:45:22 +0000
(21:45 +1200)
committer
Tom 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
patch
|
blob
|
history
diff --git
a/arch/m68k/include/asm/processor.h
b/arch/m68k/include/asm/processor.h
index 3fafa6ff1a8d3151e5fe437fbdbf3c8cc96881ea..4af69190b7371362170949ebacab88aeef6b0d33 100644
(file)
--- 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 */