Re: [RFC: 2.6 patch] net/irda/irias_object.c: remove unused exports

2006-04-16 Thread Arjan van de Ven
Personally, I don't see what this patch buy us... all the unused exports in the kernel together make a binary kernel 100Kb bigger. It's a case of a lot of little steps I suppose (each export taking like 100 to 150 bytes depending on the size of the function name) - To unsubscribe from

Re: [RFC: 2.6 patch] net/irda/irias_object.c: remove unused exports

2006-04-16 Thread Alan Cox
On Sul, 2006-04-16 at 19:46 +0200, Arjan van de Ven wrote: Personally, I don't see what this patch buy us... all the unused exports in the kernel together make a binary kernel 100Kb bigger. It's a case of a lot of little steps I suppose (each export taking like 100 to 150 bytes

Re: [RFC: 2.6 patch] net/irda/irias_object.c: remove unused exports

2006-04-16 Thread Arjan van de Ven
On Sun, 2006-04-16 at 19:37 +0100, Alan Cox wrote: On Sul, 2006-04-16 at 19:46 +0200, Arjan van de Ven wrote: Personally, I don't see what this patch buy us... all the unused exports in the kernel together make a binary kernel 100Kb bigger. It's a case of a lot of little steps I

Re: [RFC: 2.6 patch] net/irda/irias_object.c: remove unused exports

2006-04-15 Thread Samuel Ortiz
On Fri, 14 Apr 2006, ext Adrian Bunk wrote: 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 [EMAIL PROTECTED] Looks good to me. Signed-off-by: Samuel Ortiz [EMAIL PROTECTED] ---

Re: [RFC: 2.6 patch] net/irda/irias_object.c: remove unused exports

2006-04-15 Thread David S. Miller
From: Samuel Ortiz [EMAIL PROTECTED] Date: Sat, 15 Apr 2006 11:58:21 +0300 (EEST) On Fri, 14 Apr 2006, ext Adrian Bunk wrote: 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

Re: [RFC: 2.6 patch] net/irda/irias_object.c: remove unused exports

2006-04-15 Thread Samuel Ortiz
On Sat, 15 Apr 2006, ext David S. Miller wrote: From: Samuel Ortiz [EMAIL PROTECTED] Date: Sat, 15 Apr 2006 11:58:21 +0300 (EEST) On Fri, 14 Apr 2006, ext Adrian Bunk wrote: This patch removes the following unused EXPORT_SYMBOL's: - irias_find_attrib - irias_new_string_value -

[RFC: 2.6 patch] net/irda/irias_object.c: remove unused exports

2006-04-14 Thread Adrian Bunk
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 [EMAIL PROTECTED] --- net/irda/irias_object.c |3 --- 1 file changed, 3 deletions(-) ---

Re: [RFC: 2.6 patch] net/irda/irias_object.c: remove unused exports

2006-04-14 Thread Jean Tourrilhes
Hi, You now need to send those patches to : [EMAIL PROTECTED] Personally, I don't see what this patch buy us... Jean On Fri, Apr 14, 2006 at 01:44:46PM +0200, Adrian Bunk wrote: This patch removes the following unused EXPORT_SYMBOL's: -

Re: [RFC: 2.6 patch] net/irda/irias_object.c: remove unused exports

2006-04-14 Thread Adrian Bunk
On Fri, Apr 14, 2006 at 09:42:03AM -0700, Jean Tourrilhes wrote: Hi, Hi Jean, You now need to send those patches to : [EMAIL PROTECTED] Samuel, please send a patch to update MAINTAINERS. Personally, I don't see what this patch buy us... It makes the kernel