From: Pat Gefre namespace cleanup: ioerror_dump->sn_ioerror_dump --- 25-akpm/include/asm-ia64/sn/ioerror.h | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff -puN include/asm-ia64/sn/ioerror.h~sn05 include/asm-ia64/sn/ioerror.h --- 25/include/asm-ia64/sn/ioerror.h~sn05 Thu Jan 8 15:14:17 2004 +++ 25-akpm/include/asm-ia64/sn/ioerror.h Thu Jan 8 15:14:17 2004 @@ -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) _