* [patch 08/10] net: smc911x: shut up compiler warnings
@ 2007-12-14 0:02 akpm
2007-12-14 21:14 ` Jeff Garzik
0 siblings, 1 reply; 2+ messages in thread
From: akpm @ 2007-12-14 0:02 UTC (permalink / raw)
To: jeff; +Cc: netdev, akpm, lethal
From: Paul Mundt <lethal@linux-sh.org>
Trivial fix to shut up gcc.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Cc: Jeff Garzik <jeff@garzik.org>
Signed-off-by: Andrew Morton <akpm@linux-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
/*
_
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [patch 08/10] net: smc911x: shut up compiler warnings
2007-12-14 0:02 [patch 08/10] net: smc911x: shut up compiler warnings akpm
@ 2007-12-14 21:14 ` Jeff Garzik
0 siblings, 0 replies; 2+ messages in thread
From: Jeff Garzik @ 2007-12-14 21:14 UTC (permalink / raw)
To: akpm; +Cc: netdev, lethal
akpm@linux-foundation.org wrote:
> From: Paul Mundt <lethal@linux-sh.org>
>
> Trivial fix to shut up gcc.
>
> Signed-off-by: Paul Mundt <lethal@linux-sh.org>
> Cc: Jeff Garzik <jeff@garzik.org>
> Signed-off-by: Andrew Morton <akpm@linux-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
>
> /*
> _
applied #upstream-fixes
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-12-14 21:14 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-12-14 0:02 [patch 08/10] net: smc911x: shut up compiler warnings akpm
2007-12-14 21:14 ` Jeff Garzik
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).