diff options
author | Ralf Baechle <ralf@linux-mips.org> | 1999-12-06 23:13:20 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 1999-12-06 23:13:20 +0000 |
commit | 963b1cd6f5237a8df0819497f54a700820b2b8d2 (patch) | |
tree | 62005c08869911cb46138fbde3fece5ccf8da64c /arch/mips/sgi/kernel/indy_mc.c | |
parent | 1d67e90f19a7acfd9a05dc59678e7d0c5090bd0d (diff) |
Fix compilation errors, add .cvsignore files.
Diffstat (limited to 'arch/mips/sgi/kernel/indy_mc.c')
-rw-r--r-- | arch/mips/sgi/kernel/indy_mc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/mips/sgi/kernel/indy_mc.c b/arch/mips/sgi/kernel/indy_mc.c index 4a16ef6f9..11a7c510f 100644 --- a/arch/mips/sgi/kernel/indy_mc.c +++ b/arch/mips/sgi/kernel/indy_mc.c @@ -4,7 +4,7 @@ * Copyright (C) 1996 David S. Miller (dm@engr.sgi.com) * Copyright (C) 1999 Andrew R. Baker (andrewb@uab.edu) - Indigo2 changes * - * $Id: indy_mc.c,v 1.6 1999/10/21 00:23:05 ralf Exp $ + * $Id: indy_mc.c,v 1.7 1999/12/04 03:59:00 ralf Exp $ */ #include <linux/init.h> #include <linux/kernel.h> @@ -18,7 +18,7 @@ /* #define DEBUG_SGIMC */ struct sgimc_misc_ctrl *mcmisc_regs; -unsigned int *rpsscounter; +u32 *rpsscounter; struct sgimc_dma_ctrl *dmactrlregs; static inline char *mconfig_string(unsigned long val) |