diff options
author | Anton Vorontsov <avorontsov@ru.mvista.com> | 2008-12-09 04:47:29 -0500 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2008-12-15 23:52:57 -0500 |
commit | 6b82b3e4b54b2fce2ca11976c535012b836b2016 (patch) | |
tree | f7d74baec148a5f8d5227c57ef8250481bdb8949 /arch/powerpc/kernel/setup_32.c | |
parent | 0efbb57e06d881a39a7f261e5c33558aedec0f79 (diff) |
powerpc: Remove `have_of' global variable
The `have_of' variable is a relic from the arch/ppc time, it isn't
useful nowadays.
Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
Acked-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/powerpc/kernel/setup_32.c')
-rw-r--r-- | arch/powerpc/kernel/setup_32.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/powerpc/kernel/setup_32.c b/arch/powerpc/kernel/setup_32.c index c1a27626a940..cc4679ed9527 100644 --- a/arch/powerpc/kernel/setup_32.c +++ b/arch/powerpc/kernel/setup_32.c | |||
@@ -53,8 +53,6 @@ unsigned long ISA_DMA_THRESHOLD; | |||
53 | unsigned int DMA_MODE_READ; | 53 | unsigned int DMA_MODE_READ; |
54 | unsigned int DMA_MODE_WRITE; | 54 | unsigned int DMA_MODE_WRITE; |
55 | 55 | ||
56 | int have_of = 1; | ||
57 | |||
58 | #ifdef CONFIG_VGA_CONSOLE | 56 | #ifdef CONFIG_VGA_CONSOLE |
59 | unsigned long vgacon_remap_base; | 57 | unsigned long vgacon_remap_base; |
60 | EXPORT_SYMBOL(vgacon_remap_base); | 58 | EXPORT_SYMBOL(vgacon_remap_base); |