[sparc32] [9/13] remove unused variable in dvma.c

From: William Lee Irwin III
Date: Thu Aug 05 2004 - 00:00:45 EST


On Wed, Aug 04, 2004 at 09:49:50PM -0700, William Lee Irwin III wrote:
> cache_decay_ticks needs to be defined in order for the kernel to link.
> This placeholder is inaccurate, however, other, more grave SMP issues
> need to be addressed first.

This variable is unused and causes noisy compiles.

Index: mm2-2.6.8-rc2/drivers/sbus/dvma.c
===================================================================
--- mm2-2.6.8-rc2.orig/drivers/sbus/dvma.c
+++ mm2-2.6.8-rc2/drivers/sbus/dvma.c
@@ -121,7 +121,6 @@
void __init sun4_dvma_init(void)
{
struct sbus_dma *dma;
- struct sbus_dma *dchain;
struct resource r;

if(sun4_dma_physaddr) {
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/