All of lore.kernel.org
 help / color / mirror / Atom feed
* [2.6 patch] drivers/isdn/act2000/capi.c: #if 0 an unused function
@ 2005-03-13  3:54 Adrian Bunk
  0 siblings, 0 replies; 2+ messages in thread
From: Adrian Bunk @ 2005-03-13  3:54 UTC (permalink / raw)
  To: Andrew Morton; +Cc: fritz, kkeil, kai.germaschewski, isdn4linux, linux-kernel

This patch #if 0's an unused function.

Signed-off-by: Adrian Bunk <bunk@stusta.de>

---

This patch was already sent on:
- 6 Feb 2005

 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


^ permalink raw reply	[flat|nested] 2+ messages in thread

* [2.6 patch] drivers/isdn/act2000/capi.c: #if 0 an unused function
@ 2005-02-06  0:26 Adrian Bunk
  0 siblings, 0 replies; 2+ messages in thread
From: Adrian Bunk @ 2005-02-06  0:26 UTC (permalink / raw)
  To: fritz; +Cc: kkeil, kai.germaschewski, isdn4linux, linux-kernel

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


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2005-03-13  4:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-03-13  3:54 [2.6 patch] drivers/isdn/act2000/capi.c: #if 0 an unused function Adrian Bunk
  -- strict thread matches above, loose matches on Subject: below --
2005-02-06  0:26 Adrian Bunk

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.