From: Jiri Slaby (SUSE) Date: Tue, 13 Feb 2024 11:15:27 +0000 (+0100) Subject: hpet: remove hpets::hp_clocksource X-Git-Tag: for-linus-6.9~233^2~15 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=b44abdd29423a77074a9edb462de37f1a09daaab;p=users%2Fdwmw2%2Flinux.git hpet: remove hpets::hp_clocksource Commit cf8e8658100d (arch: Remove Itanium (IA-64) architecture) removed the last user of hpets::hp_clocksource. Drop the member. Found by https://github.com/jirislaby/clang-struct. Signed-off-by: "Jiri Slaby (SUSE)" Cc: Clemens Ladisch Cc: Arnd Bergmann Cc: Greg Kroah-Hartman Acked-by: Arnd Bergmann Link: https://lore.kernel.org/r/20240213111527.25218-1-jirislaby@kernel.org Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/char/hpet.c b/drivers/char/hpet.c index 9c90b1d2c0366..d51fc8321d411 100644 --- a/drivers/char/hpet.c +++ b/drivers/char/hpet.c @@ -87,7 +87,6 @@ struct hpets { struct hpets *hp_next; struct hpet __iomem *hp_hpet; unsigned long hp_hpet_phys; - struct clocksource *hp_clocksource; unsigned long long hp_tick_freq; unsigned long hp_delta; unsigned int hp_ntimer;