summaryrefslogtreecommitdiffstats
path: root/sys-utils/hwclock-rtc.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys-utils/hwclock-rtc.c')
-rw-r--r--sys-utils/hwclock-rtc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-utils/hwclock-rtc.c b/sys-utils/hwclock-rtc.c
index 411ec433a..077db73e7 100644
--- a/sys-utils/hwclock-rtc.c
+++ b/sys-utils/hwclock-rtc.c
@@ -110,8 +110,8 @@ static int open_rtc(const struct hwclock_control *ctl)
"/dev/efirtc",
"/dev/misc/efirtc",
#endif
- "/dev/rtc",
"/dev/rtc0",
+ "/dev/rtc",
"/dev/misc/rtc"
};
size_t i;