diff options
author | Randy Dunlap <randy.dunlap@oracle.com> | 2010-05-03 12:08:38 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2010-05-21 12:34:29 -0400 |
commit | 972c196266d5982766ca03590d54e6a0d4de5664 (patch) | |
tree | 713b2f750d430725e13cb2abee894de08f818b3f /drivers/char/Kconfig | |
parent | e1eaea46bb4020b38a141b84f88565d4603f8dd0 (diff) |
tty: n_gsm: depends on NET
n_gsm uses skb functions, so it should depend on NET.
n_gsm.c:(.text+0x123d49): undefined reference to `skb_dequeue'
n_gsm.c:(.text+0x123d98): undefined reference to `kfree_skb'
n_gsm.c:(.text+0x123e1e): undefined reference to `skb_pull'
Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/char/Kconfig')
-rw-r--r-- | drivers/char/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/char/Kconfig b/drivers/char/Kconfig index 51a57009aec8..e21175be25d0 100644 --- a/drivers/char/Kconfig +++ b/drivers/char/Kconfig | |||
@@ -284,6 +284,7 @@ config N_HDLC | |||
284 | config N_GSM | 284 | config N_GSM |
285 | tristate "GSM MUX line discipline support (EXPERIMENTAL)" | 285 | tristate "GSM MUX line discipline support (EXPERIMENTAL)" |
286 | depends on EXPERIMENTAL | 286 | depends on EXPERIMENTAL |
287 | depends on NET | ||
287 | help | 288 | help |
288 | This line discipline provides support for the GSM MUX protocol and | 289 | This line discipline provides support for the GSM MUX protocol and |
289 | presents the mux as a set of 61 individual tty devices. | 290 | presents the mux as a set of 61 individual tty devices. |