* [2.6 patch] drivers/isdn/hisax/l3dss1.c: fix warning with -Wundef
@ 2005-07-22 21:35 Adrian Bunk
0 siblings, 0 replies; only message in thread
From: Adrian Bunk @ 2005-07-22 21:35 UTC (permalink / raw)
To: kkeil, kai.germaschewski; +Cc: isdn4linux, linux-kernel
This patch fixes the following warning with -Wundef:
<-- snip -->
...
CC drivers/isdn/hisax/l3dss1.o
drivers/isdn/hisax/l3dss1.c:356:5: warning: "HISAX_DE_AOC" is not defined
...
<-- snip -->
Signed-off-by: Adrian Bunk <bunk@stusta.de>
--- linux-2.6.13-rc3-mm1-full/drivers/isdn/hisax/l3dss1.c.old 2005-07-22 18:20:59.000000000 +0200
+++ linux-2.6.13-rc3-mm1-full/drivers/isdn/hisax/l3dss1.c 2005-07-22 18:21:42.000000000 +0200
@@ -353,7 +353,7 @@
{ l3dss1_dummy_invoke(st, cr, id, ident, p, nlen);
return;
}
-#if HISAX_DE_AOC
+#ifdef HISAX_DE_AOC
{
#define FOO1(s,a,b) \
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2005-07-22 21:35 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-07-22 21:35 [2.6 patch] drivers/isdn/hisax/l3dss1.c: fix warning with -Wundef Adrian Bunk
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox