Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 44876
b: refs/heads/master
c: 533ffc2
h: refs/heads/master
v: v3
  • Loading branch information
Andrew Morton authored and Linus Torvalds committed Dec 22, 2006
1 parent 09402ff commit 97f6747
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 92a3d03aab912624cae799e5772a6eb2ef55083f
refs/heads/master: 533ffc289db9f44c0633d3a7b87243b5740b02b2
7 changes: 6 additions & 1 deletion trunk/drivers/char/rtc.c
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,12 @@ static int rtc_has_irq = 1;
#define hpet_set_rtc_irq_bit(arg) 0
#define hpet_rtc_timer_init() do { } while (0)
#define hpet_rtc_dropped_irq() 0
static irqreturn_t hpet_rtc_interrupt(int irq, void *dev_id) {return 0;}
#ifdef RTC_IRQ
static irqreturn_t hpet_rtc_interrupt(int irq, void *dev_id)
{
return 0;
}
#endif
#else
extern irqreturn_t hpet_rtc_interrupt(int irq, void *dev_id);
#endif
Expand Down

0 comments on commit 97f6747

Please sign in to comment.