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

2007-02-05 Thread David Miller
From: [EMAIL PROTECTED] Date: Mon, 05 Feb 2007 16:31:05 -0800 > From: Adrian Bunk <[EMAIL PROTECTED]> > > This patch contains the following cleanups: > - make the following needlessly global functions static: > - lock_adapter_irq() > - unlock_adapter_irq() > - #if 0 the following unused globa

[patch 06/11] net/wanrouter/wanmain.c: cleanups

2007-02-05 Thread akpm
From: Adrian Bunk <[EMAIL PROTECTED]> 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-o