Merge branches 'pm-cpufreq', 'pm-cpuidle' and 'pm-devfreq'
[linux-2.6-microblaze.git] / drivers / tty / cyclades.c
index 5e4fa92..104f09c 100644 (file)
@@ -156,8 +156,8 @@ static unsigned int cy_isa_addresses[] = {
 static long maddr[NR_CARDS];
 static int irq[NR_CARDS];
 
-module_param_array(maddr, long, NULL, 0);
-module_param_array(irq, int, NULL, 0);
+module_param_hw_array(maddr, long, iomem, NULL, 0);
+module_param_hw_array(irq, int, irq, NULL, 0);
 
 #endif                         /* CONFIG_ISA */