Re: [Xen-devel] [PATCH] xen: Use module_pci_driver() in platform pci driver.

2015-07-08 Thread David Vrabel
On 08/07/15 06:54, Rajat Jain wrote: > Eliminate the module_init function by using module_pci_driver() This is not equivalent since this adds a useless module_exit() function. David -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vg

[PATCH] xen: Use module_pci_driver() in platform pci driver.

2015-07-07 Thread Rajat Jain
Eliminate the module_init function by using module_pci_driver() Signed-off-by: Rajat Jain Signed-off-by: Rajat Jain --- drivers/xen/platform-pci.c | 7 +-- 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/drivers/xen/platform-pci.c b/drivers/xen/platform-pci.c index 3454973..3fb