[RFC 2/3] ahci_platform: convert to module_platform_driver

2012-10-25 Thread Brian Norris
The ahci_platform driver can now use the module_platform_driver() macro. Signed-off-by: Brian Norris --- drivers/ata/ahci_platform.c | 13 + 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/drivers/ata/ahci_platform.c b/drivers/ata/ahci_platform.c index f467ba8..d9fbd10

[RFC 2/3] ahci_platform: convert to module_platform_driver

2012-10-25 Thread Brian Norris
The ahci_platform driver can now use the module_platform_driver() macro. Signed-off-by: Brian Norris computersforpe...@gmail.com --- drivers/ata/ahci_platform.c | 13 + 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/drivers/ata/ahci_platform.c