diff options
-rw-r--r-- | drivers/mmc/host/wbsd.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/mmc/host/wbsd.c b/drivers/mmc/host/wbsd.c index bd04e8bae010..e15a9733fcfd 100644 --- a/drivers/mmc/host/wbsd.c +++ b/drivers/mmc/host/wbsd.c | |||
@@ -2001,11 +2001,11 @@ static void __exit wbsd_drv_exit(void) | |||
2001 | module_init(wbsd_drv_init); | 2001 | module_init(wbsd_drv_init); |
2002 | module_exit(wbsd_drv_exit); | 2002 | module_exit(wbsd_drv_exit); |
2003 | #ifdef CONFIG_PNP | 2003 | #ifdef CONFIG_PNP |
2004 | module_param_named(nopnp, param_nopnp, uint, 0444); | 2004 | module_param_hw_named(nopnp, param_nopnp, uint, other, 0444); |
2005 | #endif | 2005 | #endif |
2006 | module_param_named(io, param_io, uint, 0444); | 2006 | module_param_hw_named(io, param_io, uint, ioport, 0444); |
2007 | module_param_named(irq, param_irq, uint, 0444); | 2007 | module_param_hw_named(irq, param_irq, uint, irq, 0444); |
2008 | module_param_named(dma, param_dma, int, 0444); | 2008 | module_param_hw_named(dma, param_dma, int, dma, 0444); |
2009 | 2009 | ||
2010 | MODULE_LICENSE("GPL"); | 2010 | MODULE_LICENSE("GPL"); |
2011 | MODULE_AUTHOR("Pierre Ossman <pierre@ossman.eu>"); | 2011 | MODULE_AUTHOR("Pierre Ossman <pierre@ossman.eu>"); |