diff options
author | Ulf Carlsson <md1ulfc@mdstud.chalmers.se> | 1999-01-27 19:48:28 +0000 |
---|---|---|
committer | Ulf Carlsson <md1ulfc@mdstud.chalmers.se> | 1999-01-27 19:48:28 +0000 |
commit | 39fff4cfaac5dffb634f0f7a6c6edd0093461946 (patch) | |
tree | ec2baedf9adc4aabf4ee2f7b91b8b66658fcb54f /arch | |
parent | bf1047aba0568b78b06e93c516e17a9e24a34171 (diff) |
tiny changes
Diffstat (limited to 'arch')
-rw-r--r-- | arch/mips/sgi/kernel/indy_pbus.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/mips/sgi/kernel/indy_pbus.c b/arch/mips/sgi/kernel/indy_pbus.c index efa99a927..1a9b8dfbf 100644 --- a/arch/mips/sgi/kernel/indy_pbus.c +++ b/arch/mips/sgi/kernel/indy_pbus.c @@ -1,4 +1,4 @@ -/* $Id$ +/* $Id: indy_pbus.c,v 1.1 1999/01/27 04:50:27 adevries Exp $ * * indy_pbus.c: Routines for manipulation of the HPC PBUS DMA controller. * @@ -38,7 +38,7 @@ struct pbus_fifo { int size; }; -struct pbus_fifo pbus_fifo_busy = { +static struct pbus_fifo pbus_fifo_busy = { NULL, -1, 0, |