summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndrew Morton <akpm@osdl.org>2004-01-18 18:44:21 -0800
committerLinus Torvalds <torvalds@home.osdl.org>2004-01-18 18:44:21 -0800
commit6378da80e6bbb1d51ab97da19cdad775e5df1299 (patch)
tree92924b79dd991b997f06e1229ffa46046834eaec /include
parent78527eca365b25e2cc3d8a76fc3ddac513363710 (diff)
[PATCH] sn: namespace cleanup: ioerror_dump->sn_ioerror_dump
From: Pat Gefre <pfg@sgi.com> namespace cleanup: ioerror_dump->sn_ioerror_dump
Diffstat (limited to 'include')
-rw-r--r--include/asm-ia64/sn/ioerror.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/asm-ia64/sn/ioerror.h b/include/asm-ia64/sn/ioerror.h
index f7e90b5cbc96..673b6188e2d6 100644
--- a/include/asm-ia64/sn/ioerror.h
+++ b/include/asm-ia64/sn/ioerror.h
@@ -185,10 +185,10 @@ typedef enum {
typedef int error_handler_f(void *, int, ioerror_mode_t, ioerror_t *);
typedef void *error_handler_arg_t;
-extern void ioerror_dump(char *, int, int, ioerror_t *);
+extern void sn_ioerror_dump(char *, int, int, ioerror_t *);
#ifdef ERROR_DEBUG
-#define IOERROR_DUMP(x, y, z, t) ioerror_dump((x), (y), (z), (t))
+#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)