netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [RFC: 2.6 patch] net/irda/irias_object.c: remove unused exports
@ 2006-04-14 11:44 Adrian Bunk
  2006-04-14 16:42 ` Jean Tourrilhes
  2006-04-15  8:58 ` Samuel Ortiz
  0 siblings, 2 replies; 10+ messages in thread
From: Adrian Bunk @ 2006-04-14 11:44 UTC (permalink / raw)
  To: Jean Tourrilhes; +Cc: netdev, linux-kernel

This patch removes the following unused EXPORT_SYMBOL's:
- irias_find_attrib
- irias_new_string_value
- irias_new_octseq_value

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

---

 net/irda/irias_object.c |    3 ---
 1 file changed, 3 deletions(-)

--- linux-2.6.17-rc1-mm2-full/net/irda/irias_object.c.old	2006-04-14 12:37:49.000000000 +0200
+++ linux-2.6.17-rc1-mm2-full/net/irda/irias_object.c	2006-04-14 12:39:26.000000000 +0200
@@ -257,7 +257,6 @@
 	/* Unsafe (locking), attrib might change */
 	return attrib;
 }
-EXPORT_SYMBOL(irias_find_attrib);
 
 /*
  * Function irias_add_attribute (obj, attrib)
@@ -484,7 +483,6 @@
 
 	return value;
 }
-EXPORT_SYMBOL(irias_new_string_value);
 
 /*
  * Function irias_new_octseq_value (octets, len)
@@ -519,7 +517,6 @@
 	memcpy(value->t.oct_seq, octseq , len);
 	return value;
 }
-EXPORT_SYMBOL(irias_new_octseq_value);
 
 struct ias_value *irias_new_missing_value(void)
 {

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

end of thread, other threads:[~2006-04-16 19:07 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-04-14 11:44 [RFC: 2.6 patch] net/irda/irias_object.c: remove unused exports Adrian Bunk
2006-04-14 16:42 ` Jean Tourrilhes
2006-04-14 17:23   ` Adrian Bunk
2006-04-15  8:56     ` Samuel Ortiz
2006-04-16 17:46   ` Arjan van de Ven
2006-04-16 18:37     ` Alan Cox
2006-04-16 19:07       ` Arjan van de Ven
2006-04-15  8:58 ` Samuel Ortiz
2006-04-15  9:27   ` David S. Miller
2006-04-15 19:35     ` Samuel Ortiz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).