From 7f89534e6e342bbfa9ae7d8bba8a62d4b2cfa9ef Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Thu, 20 Dec 2012 19:51:38 +0100 Subject: [PATCH] hwclock: fix compiler warning Signed-off-by: Karel Zak --- sys-utils/hwclock-cmos.c | 1 - 1 file changed, 1 deletion(-) 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 -- 2.47.2