File tree Expand file tree Collapse file tree 3 files changed +0
-12
lines changed Expand file tree Collapse file tree 3 files changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -84,7 +84,6 @@ extern int hpet_set_rtc_irq_bit(unsigned long bit_mask);
84
84
extern int hpet_set_alarm_time (unsigned char hrs , unsigned char min ,
85
85
unsigned char sec );
86
86
extern int hpet_set_periodic_freq (unsigned long freq );
87
- extern int hpet_rtc_dropped_irq (void );
88
87
extern int hpet_rtc_timer_init (void );
89
88
extern irqreturn_t hpet_rtc_interrupt (int irq , void * dev_id );
90
89
extern int hpet_register_irq_handler (rtc_irq_handler handler );
Original file line number Diff line number Diff line change @@ -1392,12 +1392,6 @@ int hpet_set_periodic_freq(unsigned long freq)
1392
1392
}
1393
1393
EXPORT_SYMBOL_GPL (hpet_set_periodic_freq );
1394
1394
1395
- int hpet_rtc_dropped_irq (void )
1396
- {
1397
- return is_hpet_enabled ();
1398
- }
1399
- EXPORT_SYMBOL_GPL (hpet_rtc_dropped_irq );
1400
-
1401
1395
static void hpet_rtc_timer_reinit (void )
1402
1396
{
1403
1397
unsigned int delta ;
Original file line number Diff line number Diff line change @@ -151,11 +151,6 @@ static inline int hpet_set_periodic_freq(unsigned long freq)
151
151
return 0 ;
152
152
}
153
153
154
- static inline int hpet_rtc_dropped_irq (void )
155
- {
156
- return 0 ;
157
- }
158
-
159
154
static inline int hpet_rtc_timer_init (void )
160
155
{
161
156
return 0 ;
You can’t perform that action at this time.
0 commit comments