Re: [2.6 patch] net/wanrouter/wanmain.c: cleanups

2007-01-11 Thread Alexey Dobriyan
On 1/11/07, Adrian Bunk <[EMAIL PROTECTED]> wrote: This patch contains the following cleanups: - make the following needlessly global functions static: - lock_adapter_irq() - unlock_adapter_irq() These are 1:1 wrappers around spinlock_irqsave/restore. Just remove them. - To unsubscribe from

[2.6 patch] net/wanrouter/wanmain.c: cleanups

2007-01-11 Thread Adrian Bunk
This patch contains the following cleanups: - make the following needlessly global functions static: - lock_adapter_irq() - unlock_adapter_irq() - #if 0 the following unused global functions: - wanrouter_encapsulate() - wanrouter_type_trans() Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]>

[2.6 patch] net/wanrouter/wanmain.c: cleanups

2006-12-12 Thread Adrian Bunk
This patch contains the following cleanups: - make the following needlessly global functions static: - lock_adapter_irq() - unlock_adapter_irq() - #if 0 the following unused global functions: - wanrouter_encapsulate() - wanrouter_type_trans() Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]>

[2.6 patch] net/wanrouter/wanmain.c: cleanups

2006-06-30 Thread Adrian Bunk
This patch contains the following cleanups: - make the following needlessly global functions static: - lock_adapter_irq() - unlock_adapter_irq() - #if 0 the following unused global functions: - wanrouter_encapsulate() - wanrouter_type_trans() Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]>

[2.6 patch] net/wanrouter/wanmain.c: cleanups

2006-04-05 Thread Adrian Bunk
This patch contains the following cleanups: - make the following needlessly global functions static: - lock_adapter_irq() - unlock_adapter_irq() - #if 0 the following unused global functions: - wanrouter_encapsulate() - wanrouter_type_trans() Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]>