summaryrefslogtreecommitdiffstats
path: root/sys-utils/hwclock-cmos.c
diff options
context:
space:
mode:
authorKarel Zak2012-12-20 19:51:38 +0100
committerKarel Zak2012-12-20 19:51:38 +0100
commit7f89534e6e342bbfa9ae7d8bba8a62d4b2cfa9ef (patch)
tree7ccd3e0ba0a282fcc22ea411782a5c726b80e431 /sys-utils/hwclock-cmos.c
parentipcs: make --human really sexy (diff)
downloadkernel-qcow2-util-linux-7f89534e6e342bbfa9ae7d8bba8a62d4b2cfa9ef.tar.gz
kernel-qcow2-util-linux-7f89534e6e342bbfa9ae7d8bba8a62d4b2cfa9ef.tar.xz
kernel-qcow2-util-linux-7f89534e6e342bbfa9ae7d8bba8a62d4b2cfa9ef.zip
hwclock: fix compiler warning
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'sys-utils/hwclock-cmos.c')
-rw-r--r--sys-utils/hwclock-cmos.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys-utils/hwclock-cmos.c b/sys-utils/hwclock-cmos.c
index 61a15a3fb..b56616245 100644
--- a/sys-utils/hwclock-cmos.c
+++ b/sys-utils/hwclock-cmos.c
@@ -611,7 +611,6 @@ static int set_hardware_clock_cmos(const struct tm *new_broken_time)
# if defined(HAVE_IOPL)
static int i386_iopl(const int level)
{
- extern int iopl(const int lvl);
return iopl(level);
}
# else