|
@@ -113,7 +113,7 @@ int atapi_enabled = 1;
|
|
|
module_param(atapi_enabled, int, 0444);
|
|
|
MODULE_PARM_DESC(atapi_enabled, "Enable discovery of ATAPI devices (0=off, 1=on)");
|
|
|
|
|
|
-int atapi_dmadir = 0;
|
|
|
+static int atapi_dmadir = 0;
|
|
|
module_param(atapi_dmadir, int, 0444);
|
|
|
MODULE_PARM_DESC(atapi_dmadir, "Enable ATAPI DMADIR bridge support (0=off, 1=on)");
|
|
|
|