From: Adrian Bunk <bunk@stusta.de>
To: fritz@isdn4linux.de
Cc: kkeil@suse.de, kai.germaschewski@gmx.de,
isdn4linux@listserv.isdn4linux.de, linux-kernel@vger.kernel.org
Subject: [2.6 patch] drivers/isdn/act2000/capi.c: #if 0 an unused function
Date: Sun, 6 Feb 2005 01:26:53 +0100 [thread overview]
Message-ID: <20050206002653.GH3129@stusta.de> (raw)
This patch #if 0's an unused function.
Signed-off-by: Adrian Bunk <bunk@stusta.de>
---
drivers/isdn/act2000/capi.c | 2 ++
drivers/isdn/act2000/capi.h | 1 -
2 files changed, 2 insertions(+), 1 deletion(-)
--- linux-2.6.11-rc3-mm1-full/drivers/isdn/act2000/capi.h.old 2005-02-05 15:07:29.000000000 +0100
+++ linux-2.6.11-rc3-mm1-full/drivers/isdn/act2000/capi.h 2005-02-05 15:07:35.000000000 +0100
@@ -350,7 +350,6 @@
extern int actcapi_chkhdr(act2000_card *, actcapi_msghdr *);
extern int actcapi_listen_req(act2000_card *);
extern int actcapi_manufacturer_req_net(act2000_card *);
-extern int actcapi_manufacturer_req_v42(act2000_card *, ulong);
extern int actcapi_manufacturer_req_errh(act2000_card *);
extern int actcapi_manufacturer_req_msn(act2000_card *);
extern int actcapi_connect_req(act2000_card *, act2000_chan *, char *, char, int, int);
--- linux-2.6.11-rc3-mm1-full/drivers/isdn/act2000/capi.c.old 2005-02-05 15:07:42.000000000 +0100
+++ linux-2.6.11-rc3-mm1-full/drivers/isdn/act2000/capi.c 2005-02-05 15:08:02.000000000 +0100
@@ -224,6 +224,7 @@
/*
* Switch V.42 on or off
*/
+#if 0
int
actcapi_manufacturer_req_v42(act2000_card *card, ulong arg)
{
@@ -242,6 +243,7 @@
ACTCAPI_QUEUE_TX;
return 0;
}
+#endif /* 0 */
/*
* Set error-handler
next reply other threads:[~2005-02-06 0:31 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-02-06 0:26 Adrian Bunk [this message]
-- strict thread matches above, loose matches on Subject: below --
2005-03-13 3:54 [2.6 patch] drivers/isdn/act2000/capi.c: #if 0 an unused function Adrian Bunk
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=20050206002653.GH3129@stusta.de \
--to=bunk@stusta.de \
--cc=fritz@isdn4linux.de \
--cc=isdn4linux@listserv.isdn4linux.de \
--cc=kai.germaschewski@gmx.de \
--cc=kkeil@suse.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.