|
|
@@ -64,7 +64,7 @@ static int debug = -1;
|
|
|
module_param(debug, int, S_IRUGO | S_IWUSR);
|
|
|
MODULE_PARM_DESC(debug, "Message Level (-1: default, 0: no output, 16: all)");
|
|
|
|
|
|
-int phyaddr = -1;
|
|
|
+static int phyaddr = -1;
|
|
|
module_param(phyaddr, int, S_IRUGO);
|
|
|
MODULE_PARM_DESC(phyaddr, "Physical device address");
|
|
|
|