summaryrefslogtreecommitdiffstats
path: root/sys-utils/hwclock-kd.c
diff options
context:
space:
mode:
authorKarel Zak2012-07-16 18:43:53 +0200
committerKarel Zak2012-07-16 18:43:53 +0200
commit93f90e13326d86e4600c7f885e7e83fb8a7719af (patch)
tree40101c87ebfc58737385b84352071acf7b0c08bb /sys-utils/hwclock-kd.c
parenttest_sysinfo: fix compiler warning [-Wmissing-prototypes] (diff)
downloadkernel-qcow2-util-linux-93f90e13326d86e4600c7f885e7e83fb8a7719af.tar.gz
kernel-qcow2-util-linux-93f90e13326d86e4600c7f885e7e83fb8a7719af.tar.xz
kernel-qcow2-util-linux-93f90e13326d86e4600c7f885e7e83fb8a7719af.zip
hwclock: fix compiler warning [-Wmissing-prototypes]
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'sys-utils/hwclock-kd.c')
-rw-r--r--sys-utils/hwclock-kd.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys-utils/hwclock-kd.c b/sys-utils/hwclock-kd.c
index ec98f45ba..bfe50dc15 100644
--- a/sys-utils/hwclock-kd.c
+++ b/sys-utils/hwclock-kd.c
@@ -2,6 +2,7 @@
* kd.c - KDGHWCLK stuff, possibly m68k only, likely to be deprecated
*/
+# include "hwclock.h"
#ifdef __m68k__
@@ -13,8 +14,6 @@
# include "nls.h"
# include "usleep.h"
-# include "hwclock.h"
-
/* Get defines for KDGHWCLK and KDSHWCLK (m68k) */
# include <linux/kd.h>