From: Karel Zak Date: Thu, 20 Dec 2012 18:51:38 +0000 (+0100) Subject: hwclock: fix compiler warning X-Git-Tag: v2.23-rc1~395 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7f89534e6e342bbfa9ae7d8bba8a62d4b2cfa9ef;p=thirdparty%2Futil-linux.git hwclock: fix compiler warning Signed-off-by: Karel Zak --- diff --git a/sys-utils/hwclock-cmos.c b/sys-utils/hwclock-cmos.c index 61a15a3fb2..b566162459 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