summaryrefslogtreecommitdiff
path: root/include/asm-x86/rtc_32.h
diff options
context:
space:
mode:
authorBrian Gerst <bgerst@didntduck.org>2007-10-15 15:57:46 +0400
committerThomas Gleixner <tglx@inhelltoy.tec.linutronix.de>2007-10-17 22:17:08 +0400
commit020bd9f1c766ca743556461a70a5b5d559b7e60c (patch)
tree73833b4a886620c0ccfd79ffb3a98a04206eaeb3 /include/asm-x86/rtc_32.h
parentc65916fe3586521932fbd1b734f39744657f2f0d (diff)
downloadlinux-020bd9f1c766ca743556461a70a5b5d559b7e60c.tar.xz
x86: trivial header merges
Merge 32/64-bit headers that simply redirect to asm-generic [tglx: fixup Kbuild as well] Signed-off-by: Brian Gerst <bgerst@didntduck.org> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'include/asm-x86/rtc_32.h')
-rw-r--r--include/asm-x86/rtc_32.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/include/asm-x86/rtc_32.h b/include/asm-x86/rtc_32.h
deleted file mode 100644
index ffd02109a0e5..000000000000
--- a/include/asm-x86/rtc_32.h
+++ /dev/null
@@ -1,10 +0,0 @@
-#ifndef _I386_RTC_H
-#define _I386_RTC_H
-
-/*
- * x86 uses the default access methods for the RTC.
- */
-
-#include <asm-generic/rtc.h>
-
-#endif