]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
isdn: hisax: Fix wrong macro name 'HISAX_DE_AOC'
authorPaul Bolle <pebolle@tiscali.nl>
Wed, 12 Oct 2011 21:19:32 +0000 (23:19 +0200)
committerJiri Kosina <jkosina@suse.cz>
Tue, 1 Nov 2011 14:04:02 +0000 (15:04 +0100)
That should be 'CONFIG_DE_AOC'.

Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
drivers/isdn/hisax/l3dss1.c

index b0d9ab1f21c07b22b1a770ebaab18a87b43202e2..6a8acf65777da9447aa4388b2893fe43328769a3 100644 (file)
@@ -353,7 +353,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) \
@@ -422,9 +422,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 */