[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <200712140002.lBE02xMv025532@imap1.linux-foundation.org>
Date: Thu, 13 Dec 2007 16:02:59 -0800
From: akpm@...ux-foundation.org
To: jeff@...zik.org
Cc: netdev@...r.kernel.org, akpm@...ux-foundation.org,
lethal@...ux-sh.org
Subject: [patch 08/10] net: smc911x: shut up compiler warnings
From: Paul Mundt <lethal@...ux-sh.org>
Trivial fix to shut up gcc.
Signed-off-by: Paul Mundt <lethal@...ux-sh.org>
Cc: Jeff Garzik <jeff@...zik.org>
Signed-off-by: Andrew Morton <akpm@...ux-foundation.org>
---
drivers/net/smc911x.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff -puN drivers/net/smc911x.h~net-smc911x-shut-up-compiler-warnings drivers/net/smc911x.h
--- a/drivers/net/smc911x.h~net-smc911x-shut-up-compiler-warnings
+++ a/drivers/net/smc911x.h
@@ -76,7 +76,7 @@
-#if SMC_USE_PXA_DMA
+#ifdef SMC_USE_PXA_DMA
#define SMC_USE_DMA
/*
_
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists