diff options
Diffstat (limited to 'drivers/isdn/hisax/l3dss1.c')
| -rw-r--r-- | 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 b0d9ab1f21c0..6a8acf65777d 100644 --- a/drivers/isdn/hisax/l3dss1.c +++ b/drivers/isdn/hisax/l3dss1.c | |||
| @@ -353,7 +353,7 @@ l3dss1_parse_facility(struct PStack *st, struct l3_process *pc, | |||
| 353 | { l3dss1_dummy_invoke(st, cr, id, ident, p, nlen); | 353 | { l3dss1_dummy_invoke(st, cr, id, ident, p, nlen); |
| 354 | return; | 354 | return; |
| 355 | } | 355 | } |
| 356 | #ifdef HISAX_DE_AOC | 356 | #ifdef CONFIG_DE_AOC |
| 357 | { | 357 | { |
| 358 | 358 | ||
| 359 | #define FOO1(s,a,b) \ | 359 | #define FOO1(s,a,b) \ |
| @@ -422,9 +422,9 @@ l3dss1_parse_facility(struct PStack *st, struct l3_process *pc, | |||
| 422 | #undef FOO1 | 422 | #undef FOO1 |
| 423 | 423 | ||
| 424 | } | 424 | } |
| 425 | #else /* not HISAX_DE_AOC */ | 425 | #else /* not CONFIG_DE_AOC */ |
| 426 | l3_debug(st, "invoke break"); | 426 | l3_debug(st, "invoke break"); |
| 427 | #endif /* not HISAX_DE_AOC */ | 427 | #endif /* not CONFIG_DE_AOC */ |
| 428 | break; | 428 | break; |
| 429 | case 2: /* return result */ | 429 | case 2: /* return result */ |
| 430 | /* if no process available handle separately */ | 430 | /* if no process available handle separately */ |
