Skip to content

Commit

Permalink
[SPARC]: Sparc compilation fix with floppy enabled
Browse files Browse the repository at this point in the history
This patch fixes a typo to make kernel compilable when floppy driver
for Sparc is build.

Signed-off-by: Krzysztof Helt <krzysztof.h1@wp.pl>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Krzysztof Helt authored and David S. Miller committed Oct 18, 2006
1 parent 9550e59 commit f6d7b8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/sparc/kernel/irq.c
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ void handler_irq(int irq, struct pt_regs * regs)
}

#ifdef CONFIG_BLK_DEV_FD
extern void floppy_interrupt(int irq, void *dev_id)
extern void floppy_interrupt(int irq, void *dev_id);

void sparc_floppy_irq(int irq, void *dev_id, struct pt_regs *regs)
{
Expand Down

0 comments on commit f6d7b8a

Please sign in to comment.