From 8636ccd1680022fe1c388a24a6e78ff4ff8563f8 Mon Sep 17 00:00:00 2001 From: Florin Malita Date: Fri, 28 Oct 2005 15:14:46 -0700 Subject: [PATCH] --- yaml --- r: 10942 b: refs/heads/master c: a1bfcd97414d3e9b3c96f27d9b1a1e76c9543ba6 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/drivers/net/eepro.c | 7 +++---- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/[refs] b/[refs] index c05669067244..9ba298fbe19c 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: b6a1d5f88473138497d8694ddf174e8e91300068 +refs/heads/master: a1bfcd97414d3e9b3c96f27d9b1a1e76c9543ba6 diff --git a/trunk/drivers/net/eepro.c b/trunk/drivers/net/eepro.c index dcb3028bb60f..1ce2c675b8a7 100644 --- a/trunk/drivers/net/eepro.c +++ b/trunk/drivers/net/eepro.c @@ -1797,10 +1797,9 @@ MODULE_AUTHOR("Pascal Dupuis and others"); MODULE_DESCRIPTION("Intel i82595 ISA EtherExpressPro10/10+ driver"); MODULE_LICENSE("GPL"); -static int num_params; -module_param_array(io, int, &num_params, 0); -module_param_array(irq, int, &num_params, 0); -module_param_array(mem, int, &num_params, 0); +module_param_array(io, int, NULL, 0); +module_param_array(irq, int, NULL, 0); +module_param_array(mem, int, NULL, 0); module_param(autodetect, int, 0); MODULE_PARM_DESC(io, "EtherExpress Pro/10 I/O base addres(es)"); MODULE_PARM_DESC(irq, "EtherExpress Pro/10 IRQ number(s)");