From: Martin Emrich <emme@emmes-world.de>
To: linux-kernel@vger.kernel.org
Subject: PROBLEM, PATCH: 2.6.9rc3 build fails with ISDN CAPI
Date: Tue, 5 Oct 2004 17:34:38 +0200 [thread overview]
Message-ID: <200410051734.38741.emme@emmes-world.de> (raw)
[-- Attachment #1: Type: text/plain, Size: 2213 bytes --]
Hi!
Building Linux 2.6.9-rc3 fails with this message:
drivers/isdn/capi/capi.c: In Funktion »capi_recv_message«:
drivers/isdn/capi/capi.c:649: error: `tty' undeclared (first use in this
function)
drivers/isdn/capi/capi.c:649: error: (Each undeclared identifier is reported
only once
drivers/isdn/capi/capi.c:649: error: for each function it appears in.)
* Output from sh scripts/ver_linux :
If some fields are empty or look unusual you may have an old version.
Compare to the current minimal requirements in Documentation/Changes.
Linux sauron 2.6.7 #1 SMP Tue Sep 28 12:14:36 CEST 2004 i686 GNU/Linux
Gnu C 3.3.4
Gnu make 3.80
binutils 2.15
util-linux 2.12
mount 2.12
module-init-tools 3.1-pre5
e2fsprogs 1.35
reiserfsprogs line
reiser4progs line
PPP 2.4.2
isdn4k-utils 3.3
nfs-utils 1.0.6
Linux C Library 2.3.2
Dynamic linker (ldd) 2.3.2
Procps 3.2.1
Net-tools 1.60
Console-tools 0.2.3
Sh-utils 5.2.1
Modules Loaded skystar2 stv0299 dvb_core zaptel ip_queue sd_mod
scsi_mod cls_fw sch_tbf sch_sfq sch_prio ipt_MARK iptable_mangle ipt_state
ipt_REJECT ipt_LOG iptable_filter ppp_deflate zlib_deflate zlib_inflate
bsd_comp ppp_async lp tun 8250 serial_core tulip crc32 i2c_core uhci_hcd
parport_pc parport evdev capi capifs fcpci kernelcapi pppoe pppox ppp_generic
slhc ipt_conntrack ip_nat_irc iptable_nat
* Attached: my .config
* Possible Patch:
--- capi.c.orig 2004-10-05 16:45:40.000000000 +0200
+++ capi.c 2004-10-05 16:45:59.000000000 +0200
@@ -646,7 +646,7 @@
kfree_skb(skb);
(void)capiminor_del_ack(mp, datahandle);
if (mp->tty)
- tty_wakeup(tty);
+ tty_wakeup(mp->tty);
(void)handle_minor_send(mp);
} else {
* I am no kernel hacker, so I don't know what this could break.
If my ISDN card stops working, I'll get back to you.
Ciao
Martin
PS: Please CC me, I'm not on the list
[-- Attachment #2: config-2.6.9rc3.gz --]
[-- Type: application/x-gzip, Size: 9128 bytes --]
next reply other threads:[~2004-10-05 15:36 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-10-05 15:34 Martin Emrich [this message]
2004-10-05 16:44 ` PROBLEM, PATCH: 2.6.9rc3 build fails with ISDN CAPI Marcel Holtmann
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=200410051734.38741.emme@emmes-world.de \
--to=emme@emmes-world.de \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox