Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f6d7b8a7 authored by Krzysztof Helt's avatar Krzysztof Helt Committed by David S. Miller
Browse files

[SPARC]: Sparc compilation fix with floppy enabled



This patch fixes a typo to make kernel compilable when floppy driver
for Sparc is build.

Signed-off-by: default avatarKrzysztof Helt <krzysztof.h1@wp.pl>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 9550e59c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)
{