[<prev] [next>] [day] [month] [year] [list]
Message-Id: <1253986747.4568.69.camel@ht.satnam>
Date: Sat, 26 Sep 2009 23:09:07 +0530
From: Jaswinder Singh Rajput <jaswinder@...nel.org>
To: Karsten Keil <isdn@...ux-pingi.de>,
Armin Schindler <mac@...ware.de>,
Hansjoerg Lipp <hjlipp@....de>,
Tilman Schmidt <tilman@...p.cc>,
isdn4linux@...tserv.isdn4linux.de,
LKML <linux-kernel@...r.kernel.org>,
"Robert P. J. Day" <rpjday@...shcourse.ca>
Subject: [PATCH] isdn: Fix HISAX_DE_AOC it should be CONFIG_DE_AOC
HISAX_DE_AOC is not defined, it should be CONFIG_DE_AOC
Reported-by: Robert P. J. Day <rpjday@...shcourse.ca>
Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput@...il.com>
Cc: Karsten Keil <isdn@...ux-pingi.de>
Cc: Armin Schindler <mac@...ware.de>
Cc: Hansjoerg Lipp <hjlipp@....de>
Cc: Tilman Schmidt <tilman@...p.cc>
---
drivers/isdn/hisax/l3dss1.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/drivers/isdn/hisax/l3dss1.c b/drivers/isdn/hisax/l3dss1.c
index a12fa4d..1e5b80b 100644
--- a/drivers/isdn/hisax/l3dss1.c
+++ b/drivers/isdn/hisax/l3dss1.c
@@ -352,7 +352,7 @@ l3dss1_parse_facility(struct PStack *st, struct l3_process *pc,
{ l3dss1_dummy_invoke(st, cr, id, ident, p, nlen);
return;
}
-#ifdef HISAX_DE_AOC
+#ifdef CONFIG_DE_AOC
{
#define FOO1(s,a,b) \
@@ -421,9 +421,9 @@ l3dss1_parse_facility(struct PStack *st, struct l3_process *pc,
#undef FOO1
}
-#else /* not HISAX_DE_AOC */
+#else /* not CONFIG_DE_AOC */
l3_debug(st, "invoke break");
-#endif /* not HISAX_DE_AOC */
+#endif /* not CONFIG_DE_AOC */
break;
case 2: /* return result */
/* if no process available handle separately */
--
1.6.0.6
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists