RE: [PATCH v1] staging: unisys: visorinput: Add module_driver driver registration

2017-08-25 Thread Kershner, David A
> -Original Message- > From: Alex Briskin [mailto:br.shu...@gmail.com] > Sent: Friday, August 25, 2017 12:25 PM > To: *S-Par-Maintainer <sparmaintai...@unisys.com> > Cc: gre...@linuxfoundation.org; de...@driverdev.osuosl.org > Subject: [PATCH v1] staging:

[PATCH v1] staging: unisys: visorinput: Add module_driver driver registration

2017-08-25 Thread Alex Briskin
1. Remove module_init()/module_exit() macroes and visorbus_register_visor_driver/visorbus_unregister_visor_driver functions. 2. Replace with a short module_driver macro Signed-off-by: Alex Briskin --- drivers/staging/unisys/visorinput/visorinput.c | 14 ++ 1