diff options
Diffstat (limited to 'include/asm-sparc')
-rw-r--r-- | include/asm-sparc/floppy.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-sparc/floppy.h b/include/asm-sparc/floppy.h index dbe7a586be5b..d3978e068e2b 100644 --- a/include/asm-sparc/floppy.h +++ b/include/asm-sparc/floppy.h | |||
@@ -280,7 +280,7 @@ static inline void sun_fd_enable_dma(void) | |||
280 | 280 | ||
281 | /* Our low-level entry point in arch/sparc/kernel/entry.S */ | 281 | /* Our low-level entry point in arch/sparc/kernel/entry.S */ |
282 | extern int sparc_floppy_request_irq(int irq, unsigned long flags, | 282 | extern int sparc_floppy_request_irq(int irq, unsigned long flags, |
283 | irqreturn_t (*irq_handler)(int irq, void *)); | 283 | irq_handler_t irq_handler); |
284 | 284 | ||
285 | static int sun_fd_request_irq(void) | 285 | static int sun_fd_request_irq(void) |
286 | { | 286 | { |