Commit 6ce2fbc3 authored by Kai Germaschewski's avatar Kai Germaschewski

ISDN: [PATCH] isdn_net_lib.c must include isdn_concap.h

From Adrian Bunk:

> With CONFIG_ISDN_X25 enabled I got the following compile error in 
> isdn_net_lib.c in 2.5.61:
> The following patch solved it for me:

Additionally, disable CONFIG_ISDN_X25 in Kconfig, since it's still
badly broken.
parent d9fe0636
......@@ -85,7 +85,7 @@ config ISDN_TTY_FAX
config ISDN_X25
bool "X.25 PLP on top of ISDN"
depends on X25
depends on X25 && BROKEN
help
This feature provides the X.25 protocol over ISDN connections.
See <file:Documentation/isdn/README.x25> for more information
......
......@@ -58,6 +58,7 @@
#include "isdn_net.h"
#include "isdn_ppp.h"
#include "isdn_ciscohdlck.h"
#include "isdn_concap.h"
#define ISDN_NET_TX_TIMEOUT (20*HZ)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment