|
@@ -9,7 +9,7 @@
|
|
#include <linux/mmiotrace.h>
|
|
#include <linux/mmiotrace.h>
|
|
|
|
|
|
static unsigned long mmio_address;
|
|
static unsigned long mmio_address;
|
|
-module_param(mmio_address, ulong, 0);
|
|
|
|
|
|
+module_param_hw(mmio_address, ulong, iomem, 0);
|
|
MODULE_PARM_DESC(mmio_address, " Start address of the mapping of 16 kB "
|
|
MODULE_PARM_DESC(mmio_address, " Start address of the mapping of 16 kB "
|
|
"(or 8 MB if read_far is non-zero).");
|
|
"(or 8 MB if read_far is non-zero).");
|
|
|
|
|