[PATCH] parport: amiga: use module_platform_driver_probe()

2013-03-15 Thread Fabio Porcedda
Use module_platform_driver_probe() macro which makes the code smaller and simpler. Signed-off-by: Fabio Porcedda Cc: Matt Porter Cc: Greg Kroah-Hartman --- drivers/parport/parport_amiga.c | 15 +-- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git

[PATCH] parport: amiga: use module_platform_driver_probe()

2013-03-15 Thread Fabio Porcedda
Use module_platform_driver_probe() macro which makes the code smaller and simpler. Signed-off-by: Fabio Porcedda fabio.porce...@gmail.com Cc: Matt Porter mpor...@ti.com Cc: Greg Kroah-Hartman gre...@linuxfoundation.org --- drivers/parport/parport_amiga.c | 15 +-- 1 file changed, 1