diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2007-08-22 11:29:56 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2007-08-26 21:16:59 -0400 |
commit | 88eb4134b0515babd2e6b3f817ed685886e07479 (patch) | |
tree | d834d5718a8414be0990f1616a442425c34a3833 /arch/mips | |
parent | 948a34cf3988462090291774e55f21f7efdfb072 (diff) |
[MIPS] IP22: Export sgi_gfxaddr for use by the Newport console driver.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips')
-rw-r--r-- | arch/mips/sgi-ip22/ip22-setup.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/sgi-ip22/ip22-setup.c b/arch/mips/sgi-ip22/ip22-setup.c index 25097ecc9baa..e7ce7982db72 100644 --- a/arch/mips/sgi-ip22/ip22-setup.c +++ b/arch/mips/sgi-ip22/ip22-setup.c | |||
@@ -29,6 +29,7 @@ | |||
29 | #include <asm/sgi/ip22.h> | 29 | #include <asm/sgi/ip22.h> |
30 | 30 | ||
31 | unsigned long sgi_gfxaddr; | 31 | unsigned long sgi_gfxaddr; |
32 | EXPORT_SYMBOL_GPL(sgi_gfxaddr); | ||
32 | 33 | ||
33 | /* | 34 | /* |
34 | * Stop-A is originally a Sun thing that isn't standard on IP22 so to avoid | 35 | * Stop-A is originally a Sun thing that isn't standard on IP22 so to avoid |