Commit 305135e1 authored by William Lee Irwin III's avatar William Lee Irwin III Committed by Linus Torvalds

[PATCH] sparc32: remove unused variable in dvma.c

This variable is unused and causes noisy compiles.
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 42ff0542
......@@ -121,7 +121,6 @@ void __init dvma_init(struct sbus_bus *sbus)
void __init sun4_dvma_init(void)
{
struct sbus_dma *dma;
struct sbus_dma *dchain;
struct resource r;
if(sun4_dma_physaddr) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment