]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
hwclock: fix compiler warning
authorKarel Zak <kzak@redhat.com>
Thu, 20 Dec 2012 18:51:38 +0000 (19:51 +0100)
committerKarel Zak <kzak@redhat.com>
Thu, 20 Dec 2012 18:51:38 +0000 (19:51 +0100)
Signed-off-by: Karel Zak <kzak@redhat.com>
sys-utils/hwclock-cmos.c

index 61a15a3fb2c6f97a3daf1ef27893d501b4b22b86..b56616245971c69800d242fcab559d35d97124b6 100644 (file)
@@ -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