aboutsummaryrefslogtreecommitdiff
path: root/include/linux/mc146818rtc.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/mc146818rtc.h')
-rw-r--r--include/linux/mc146818rtc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/mc146818rtc.h b/include/linux/mc146818rtc.h
index 2f4e957af656..53cecaa3e0c3 100644
--- a/include/linux/mc146818rtc.h
+++ b/include/linux/mc146818rtc.h
@@ -12,8 +12,8 @@
#define _MC146818RTC_H
#include <asm/io.h>
-#include <linux/rtc.h> /* get the user-level API */
#include <asm/mc146818rtc.h> /* register access macros */
+#include <linux/rtc.h> /* get the user-level API */
#ifdef __KERNEL__
#include <linux/spinlock.h> /* spinlock_t */