[2.6 patch] drivers/net/lp486e.c: make some code static

2005-02-21 Thread Adrian Bunk
On Sun, Feb 20, 2005 at 08:47:14PM -0500, Jeff Garzik wrote: >... > >+#if 0 > >+static char *CUcmdnames[8] = { "NOP", "IASetup", "Configure", > >"MulticastList", > >+ "Tx", "TDR", "Dump", "Diagnose" }; > >+#endif > > Need const. Updated patch: <-- snip --> This p

Re: [2.6 patch] drivers/net/lp486e.c: make some code static

2005-02-20 Thread Jeff Garzik
Adrian Bunk wrote: This patch makes some needlessly global code static. Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]> --- drivers/net/lp486e.c |8 +--- 1 files changed, 5 insertions(+), 3 deletions(-) --- linux-2.6.11-rc3-mm2-full/drivers/net/lp486e.c.old 2005-02-16 16:08:34.0 +01

[2.6 patch] drivers/net/lp486e.c: make some code static

2005-02-17 Thread Adrian Bunk
This patch makes some needlessly global code static. Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]> --- drivers/net/lp486e.c |8 +--- 1 files changed, 5 insertions(+), 3 deletions(-) --- linux-2.6.11-rc3-mm2-full/drivers/net/lp486e.c.old 2005-02-16 16:08:34.0 +0100 +++ linux-