summaryrefslogtreecommitdiffstats
path: root/sys-utils/hwclock.h
diff options
context:
space:
mode:
authorSami Kerola2014-09-06 22:33:31 +0200
committerSami Kerola2014-09-19 20:31:02 +0200
commit846c7d30b3710b193743678a3032b863dd13e9c7 (patch)
treee66ebad42f14b92b30cfde0303974b1a5fad3218 /sys-utils/hwclock.h
parenteject: make open_device() and select_speed() to use struct eject_control (diff)
downloadkernel-qcow2-util-linux-846c7d30b3710b193743678a3032b863dd13e9c7.tar.gz
kernel-qcow2-util-linux-846c7d30b3710b193743678a3032b863dd13e9c7.tar.xz
kernel-qcow2-util-linux-846c7d30b3710b193743678a3032b863dd13e9c7.zip
hwclock: remove referal to deprecated keyboard interface
The KDGHWCLK has been gone quite a while. Reference: http://marc.info/?l=linux-kernel&m=104171103925897 Signed-off-by: Sami Kerola <kerolasa@iki.fi>
Diffstat (limited to 'sys-utils/hwclock.h')
-rw-r--r--sys-utils/hwclock.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys-utils/hwclock.h b/sys-utils/hwclock.h
index 69b0ce200..974d96a40 100644
--- a/sys-utils/hwclock.h
+++ b/sys-utils/hwclock.h
@@ -19,7 +19,6 @@ struct clock_ops {
extern struct clock_ops *probe_for_cmos_clock(void);
extern struct clock_ops *probe_for_rtc_clock(void);
-extern struct clock_ops *probe_for_kd_clock(void);
typedef int bool;