summaryrefslogtreecommitdiff
path: root/arch/x86/include
diff options
context:
space:
mode:
authorDr. David Alan Gilbert <linux@treblig.org>2024-12-15 05:23:56 +0300
committerAlexandre Belloni <alexandre.belloni@bootlin.com>2025-01-14 01:07:18 +0300
commit58589c6a6e9ed8781eb8876ece5f4ef4c8dc3eed (patch)
tree7e0d6bd02f071ab8ae934a959cfb8dda59a57c63 /arch/x86/include
parent6758bd0692e25b7c58ff0b3e47fbefe75be177af (diff)
downloadlinux-58589c6a6e9ed8781eb8876ece5f4ef4c8dc3eed.tar.xz
rtc: Remove hpet_rtc_dropped_irq()
hpet_rtc_dropped_irq() has been unused since commit f52ef24be21a ("rtc/alpha: remove legacy rtc driver") Remove it in rtc, and x86 hpet code. Signed-off-by: Dr. David Alan Gilbert <linux@treblig.org> Acked-by: Borislav Petkov (AMD) <bp@alien8.de> Link: https://lore.kernel.org/r/20241215022356.181625-1-linux@treblig.org Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Diffstat (limited to 'arch/x86/include')
-rw-r--r--arch/x86/include/asm/hpet.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/include/asm/hpet.h b/arch/x86/include/asm/hpet.h
index ab9f3dd87c80..ab0c78855ecb 100644
--- a/arch/x86/include/asm/hpet.h
+++ b/arch/x86/include/asm/hpet.h
@@ -84,7 +84,6 @@ extern int hpet_set_rtc_irq_bit(unsigned long bit_mask);
extern int hpet_set_alarm_time(unsigned char hrs, unsigned char min,
unsigned char sec);
extern int hpet_set_periodic_freq(unsigned long freq);
-extern int hpet_rtc_dropped_irq(void);
extern int hpet_rtc_timer_init(void);
extern irqreturn_t hpet_rtc_interrupt(int irq, void *dev_id);
extern int hpet_register_irq_handler(rtc_irq_handler handler);