summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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