|
@@ -49,10 +49,9 @@ unsigned char shutdown_timeout = 5;
|
|
|
module_param(shutdown_timeout, byte, 0644);
|
|
|
MODULE_PARM_DESC(shutdown_timeout, "timeout in seconds for controller shutdown");
|
|
|
|
|
|
-unsigned int nvme_max_retries = 5;
|
|
|
+static unsigned int nvme_max_retries = 5;
|
|
|
module_param_named(max_retries, nvme_max_retries, uint, 0644);
|
|
|
MODULE_PARM_DESC(max_retries, "max number of retries a command may have");
|
|
|
-EXPORT_SYMBOL_GPL(nvme_max_retries);
|
|
|
|
|
|
static int nvme_char_major;
|
|
|
module_param(nvme_char_major, int, 0);
|