Re: [PATCH] mmc: dw_mmc-pci: Use module_pci_driver

2012-08-30 Thread Chris Ball
Hi, On Mon, Aug 27 2012, Sachin Kamat wrote: module_pci_driver makes the code simpler by eliminating module_init and module_exit calls. Signed-off-by: Sachin Kamat sachin.ka...@linaro.org --- drivers/mmc/host/dw_mmc-pci.c | 13 + 1 files changed, 1 insertions(+), 12

[PATCH] mmc: dw_mmc-pci: Use module_pci_driver

2012-08-27 Thread Sachin Kamat
module_pci_driver makes the code simpler by eliminating module_init and module_exit calls. Signed-off-by: Sachin Kamat sachin.ka...@linaro.org --- drivers/mmc/host/dw_mmc-pci.c | 13 + 1 files changed, 1 insertions(+), 12 deletions(-) diff --git a/drivers/mmc/host/dw_mmc-pci.c