summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndrew Morton <akpm@osdl.org>2004-01-18 18:48:14 -0800
committerLinus Torvalds <torvalds@home.osdl.org>2004-01-18 18:48:14 -0800
commita1027f20475bc513986fdeba977243b96779dc64 (patch)
tree3021e809b9e29645828cb092876ef43cf1bf67c3 /include
parent86d60daac24bd9321fe0b00517d98294bb511c25 (diff)
[PATCH] sn: A few small clean ups
From: Pat Gefre <pfg@sgi.com> A few small clean ups
Diffstat (limited to 'include')
-rw-r--r--include/asm-ia64/sn/ioerror.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/asm-ia64/sn/ioerror.h b/include/asm-ia64/sn/ioerror.h
index ccff4ebf6aeb..5467a25c650b 100644
--- a/include/asm-ia64/sn/ioerror.h
+++ b/include/asm-ia64/sn/ioerror.h
@@ -184,13 +184,9 @@ typedef enum {
typedef int error_handler_f(void *, int, ioerror_mode_t, ioerror_t *);
typedef void *error_handler_arg_t;
-extern void sn_ioerror_dump(char *, int, int, ioerror_t *);
-
#ifdef ERROR_DEBUG
-#define IOERROR_DUMP(x, y, z, t) sn_ioerror_dump((x), (y), (z), (t))
#define IOERR_PRINTF(x) (x)
#else
-#define IOERROR_DUMP(x, y, z, t)
#define IOERR_PRINTF(x)
#endif /* ERROR_DEBUG */