diff options
Diffstat (limited to 'drivers/gpio/gpio-gpio-mm.c')
-rw-r--r-- | drivers/gpio/gpio-gpio-mm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpio/gpio-gpio-mm.c b/drivers/gpio/gpio-gpio-mm.c index fa4baa2543db..11ade5b288f8 100644 --- a/drivers/gpio/gpio-gpio-mm.c +++ b/drivers/gpio/gpio-gpio-mm.c | |||
@@ -31,7 +31,7 @@ | |||
31 | 31 | ||
32 | static unsigned int base[MAX_NUM_GPIOMM]; | 32 | static unsigned int base[MAX_NUM_GPIOMM]; |
33 | static unsigned int num_gpiomm; | 33 | static unsigned int num_gpiomm; |
34 | module_param_array(base, uint, &num_gpiomm, 0); | 34 | module_param_hw_array(base, uint, ioport, &num_gpiomm, 0); |
35 | MODULE_PARM_DESC(base, "Diamond Systems GPIO-MM base addresses"); | 35 | MODULE_PARM_DESC(base, "Diamond Systems GPIO-MM base addresses"); |
36 | 36 | ||
37 | /** | 37 | /** |