aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/mc146818rtc.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/include/asm/mc146818rtc.h')
-rw-r--r--arch/x86/include/asm/mc146818rtc.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/x86/include/asm/mc146818rtc.h b/arch/x86/include/asm/mc146818rtc.h
index a995f33176c..01fdf5674e2 100644
--- a/arch/x86/include/asm/mc146818rtc.h
+++ b/arch/x86/include/asm/mc146818rtc.h
@@ -1,8 +1,8 @@
1/* 1/*
2 * Machine dependent access functions for RTC registers. 2 * Machine dependent access functions for RTC registers.
3 */ 3 */
4#ifndef ASM_X86__MC146818RTC_H 4#ifndef _ASM_X86_MC146818RTC_H
5#define ASM_X86__MC146818RTC_H 5#define _ASM_X86_MC146818RTC_H
6 6
7#include <asm/io.h> 7#include <asm/io.h>
8#include <asm/system.h> 8#include <asm/system.h>
@@ -101,4 +101,4 @@ extern unsigned long mach_get_cmos_time(void);
101 101
102#define RTC_IRQ 8 102#define RTC_IRQ 8
103 103
104#endif /* ASM_X86__MC146818RTC_H */ 104#endif /* _ASM_X86_MC146818RTC_H */