Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 91633
b: refs/heads/master
c: 5dc0742
h: refs/heads/master
i:
  91631: 05735be
v: v3
  • Loading branch information
Jeff Garzik authored and Jeff Garzik committed Apr 20, 2008
1 parent 8fcb856 commit 05dd3f6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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: 90968eb5a415a0fe6ffb617af35b3a5321bd4497
refs/heads/master: 5dc0742b41066e1e141f2b4b00557e563a83fccc
2 changes: 1 addition & 1 deletion trunk/arch/sparc/kernel/time.c
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ __volatile__ unsigned int *master_l10_limit;

#define TICK_SIZE (tick_nsec / 1000)

irqreturn_t timer_interrupt(int irq, void *dev_id)
static irqreturn_t timer_interrupt(int dummy, void *dev_id)
{
/* last time the cmos clock got updated */
static long last_rtc_update;
Expand Down
2 changes: 1 addition & 1 deletion trunk/include/asm-sparc/floppy.h
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ static inline void sun_fd_enable_dma(void)

/* Our low-level entry point in arch/sparc/kernel/entry.S */
extern int sparc_floppy_request_irq(int irq, unsigned long flags,
irqreturn_t (*irq_handler)(int irq, void *));
irq_handler_t irq_handler);

static int sun_fd_request_irq(void)
{
Expand Down

0 comments on commit 05dd3f6

Please sign in to comment.