Re: [PATCH] pinctrl: baytrail: add missing module removal support

2014-10-13 Thread David Cohen
Hi Linus, On Mon, Oct 13, 2014 at 03:50:08PM -0500, Felipe Balbi wrote: > pinctrl-baytrail driver provides a proper ->remove() > method on its platform_driver definition, however there's > no way, currently, to unload the driver due to missing > module_exit(). This patch adds module_exit(). > > S

[PATCH] pinctrl: baytrail: add missing module removal support

2014-10-13 Thread Felipe Balbi
pinctrl-baytrail driver provides a proper ->remove() method on its platform_driver definition, however there's no way, currently, to unload the driver due to missing module_exit(). This patch adds module_exit(). Signed-off-by: Felipe Balbi --- drivers/pinctrl/pinctrl-baytrail.c | 7 ++- 1 fi