aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-sparc/floppy.h
diff options
context:
space:
mode:
authorJeff Garzik <jeff@garzik.org>2007-10-31 05:08:48 -0400
committerJeff Garzik <jgarzik@redhat.com>2008-04-20 18:43:05 -0400
commit5dc0742b41066e1e141f2b4b00557e563a83fccc (patch)
tree2e727ef5dba11bca025c08431cf6e8c7b9230cbc /include/asm-sparc/floppy.h
parentARM minor irq handler cleanup: avoid passing unused info to irq (diff)
downloadlinux-dev-5dc0742b41066e1e141f2b4b00557e563a83fccc.tar.xz
linux-dev-5dc0742b41066e1e141f2b4b00557e563a83fccc.zip
[SPARC] minor irq handler cleanups
- mark timer_interrupt() static - sparc_floppy_request_irq() prototype should use irq_handler_t Signed-off-by: Jeff Garzik <jgarzik@redhat.com> Acked-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/asm-sparc/floppy.h')
-rw-r--r--include/asm-sparc/floppy.h2
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)
/* 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)
{