aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/visws/lithium.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/include/asm/visws/lithium.h')
-rw-r--r--arch/x86/include/asm/visws/lithium.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/x86/include/asm/visws/lithium.h b/arch/x86/include/asm/visws/lithium.h
index b36d3b378c6..1163e518b61 100644
--- a/arch/x86/include/asm/visws/lithium.h
+++ b/arch/x86/include/asm/visws/lithium.h
@@ -1,5 +1,5 @@
1#ifndef ASM_X86__VISWS__LITHIUM_H 1#ifndef _ASM_X86_VISWS__LITHIUM_H
2#define ASM_X86__VISWS__LITHIUM_H 2#define _ASM_X86_VISWS__LITHIUM_H
3 3
4#include <asm/fixmap.h> 4#include <asm/fixmap.h>
5 5
@@ -49,5 +49,5 @@ static inline unsigned short li_pcib_read16(unsigned long reg)
49 return *((volatile unsigned short *)(LI_PCIB_VADDR+reg)); 49 return *((volatile unsigned short *)(LI_PCIB_VADDR+reg));
50} 50}
51 51
52#endif /* ASM_X86__VISWS__LITHIUM_H */ 52#endif /* _ASM_X86_VISWS__LITHIUM_H */
53 53