Re: [PATCH 09/24] drivers/pci/ioapic: Convert to module_pci_driver

2013-05-27 Thread Bjorn Helgaas
On Sun, May 26, 2013 at 8:28 PM, Libo Chen wrote: > use module_pci_driver instead of init/exit, make code clean. > > Signed-off-by: Libo Chen > --- > drivers/pci/ioapic.c | 13 + > 1 files changed, 1 insertions(+), 12 deletions(-) Applied to my pci/misc branch for v3.11, thanks!

Re: [PATCH 09/24] drivers/pci/ioapic: Convert to module_pci_driver

2013-05-27 Thread Bjorn Helgaas
On Sun, May 26, 2013 at 8:28 PM, Libo Chen libo.c...@huawei.com wrote: use module_pci_driver instead of init/exit, make code clean. Signed-off-by: Libo Chen libo.c...@huawei.com --- drivers/pci/ioapic.c | 13 + 1 files changed, 1 insertions(+), 12 deletions(-) Applied to my

[PATCH 09/24] drivers/pci/ioapic: Convert to module_pci_driver

2013-05-26 Thread Libo Chen
use module_pci_driver instead of init/exit, make code clean. Signed-off-by: Libo Chen --- drivers/pci/ioapic.c | 13 + 1 files changed, 1 insertions(+), 12 deletions(-) diff --git a/drivers/pci/ioapic.c b/drivers/pci/ioapic.c index 3c6bbdd..1b90579 100644 ---

[PATCH 09/24] drivers/pci/ioapic: Convert to module_pci_driver

2013-05-26 Thread Libo Chen
use module_pci_driver instead of init/exit, make code clean. Signed-off-by: Libo Chen libo.c...@huawei.com --- drivers/pci/ioapic.c | 13 + 1 files changed, 1 insertions(+), 12 deletions(-) diff --git a/drivers/pci/ioapic.c b/drivers/pci/ioapic.c index 3c6bbdd..1b90579 100644 ---