]> git.ipfire.org Git - thirdparty/util-linux.git/commit
hwclock: remove unused 'silent' arg
authorJ William Piggott <elseifthen@gmx.com>
Sun, 26 Mar 2017 15:56:42 +0000 (11:56 -0400)
committerJ William Piggott <elseifthen@gmx.com>
Fri, 31 Mar 2017 14:04:53 +0000 (10:04 -0400)
commitaf68bd014ab4f0eef8ef34f69365905385fd3b21
tree374d37bc79ad6796bbc1b156799b54085a5270e2
parente216a772b1c3ec4c7062ff50f18a9cd110ffa308
hwclock: remove unused 'silent' arg

The 'silent' argument for get_epoch_rtc() was used
to silence error messages when querying the rtc
driver for an alpha epoch while using cmos direct
access. Alpha cmos has since been removed so
'silent' is no longer used.

* sys-utils/hwclock.h: remove 'silent' argument
* sys-utils/hwclock.c: same
* sys-utils/hwclock-rtc.c: same

Signed-off-by: J William Piggott <elseifthen@gmx.com>
sys-utils/hwclock-rtc.c
sys-utils/hwclock.c
sys-utils/hwclock.h