Commit 2f0e497d authored by Andreas Schwab's avatar Andreas Schwab Committed by David Mosberger

[PATCH] ia64: Fix xbow.c compilation

This fixes a conflicting declaration in xbow.c.
parent 707abc72
......@@ -153,7 +153,7 @@ xbow_attach(vertex_hdl_t conn)
#if DEBUG && ATTACH_DEBUG
char name[MAXDEVNAME];
#endif
static void xbow_errintr_handler(int, void *, struct pt_regs *);
static irqreturn_t xbow_errintr_handler(int, void *, struct pt_regs *);
#if DEBUG && ATTACH_DEBUG
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment