* [PATCH 2/4] IrDA: Removing unused EXPORT_SYMBOLs
@ 2006-05-08 21:23 Samuel Ortiz
2006-05-09 22:25 ` David S. Miller
0 siblings, 1 reply; 2+ messages in thread
From: Samuel Ortiz @ 2006-05-08 21:23 UTC (permalink / raw)
To: ext David S. Miller; +Cc: Jean Tourrilhes, IrDA users, netdev
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>
Signed-off-by: Samuel Ortiz <samuel.ortiz@nokia.com>
---
net/irda/irias_object.c | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
49586f340ee5f31ff40d142b32d8a15ca001bf4b
diff --git a/net/irda/irias_object.c b/net/irda/irias_object.c
index c6d169f..82e665c 100644
--- a/net/irda/irias_object.c
+++ b/net/irda/irias_object.c
@@ -257,7 +257,6 @@ struct ias_attrib *irias_find_attrib(str
/* Unsafe (locking), attrib might change */
return attrib;
}
-EXPORT_SYMBOL(irias_find_attrib);
/*
* Function irias_add_attribute (obj, attrib)
@@ -484,7 +483,6 @@ struct ias_value *irias_new_string_value
return value;
}
-EXPORT_SYMBOL(irias_new_string_value);
/*
* Function irias_new_octseq_value (octets, len)
@@ -519,7 +517,6 @@ struct ias_value *irias_new_octseq_value
memcpy(value->t.oct_seq, octseq , len);
return value;
}
-EXPORT_SYMBOL(irias_new_octseq_value);
struct ias_value *irias_new_missing_value(void)
{
--
1.2.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH 2/4] IrDA: Removing unused EXPORT_SYMBOLs
2006-05-08 21:23 [PATCH 2/4] IrDA: Removing unused EXPORT_SYMBOLs Samuel Ortiz
@ 2006-05-09 22:25 ` David S. Miller
0 siblings, 0 replies; 2+ messages in thread
From: David S. Miller @ 2006-05-09 22:25 UTC (permalink / raw)
To: samuel.ortiz; +Cc: jt, irda-users, netdev
From: Samuel Ortiz <samuel.ortiz@nokia.com>
Date: Tue, 9 May 2006 00:23:44 +0300
> 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>
> Signed-off-by: Samuel Ortiz <samuel.ortiz@nokia.com>
Applied, thanks.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2006-05-09 22:26 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-05-08 21:23 [PATCH 2/4] IrDA: Removing unused EXPORT_SYMBOLs Samuel Ortiz
2006-05-09 22:25 ` David S. Miller
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).