On Mon, Dec 17, 2018 at 03:31:25PM -0500, Paul Gortmaker wrote:
> The Kconfig currently controlling compilation of this code is:
> 
> drivers/mfd/Kconfig:config MFD_WM831X
> drivers/mfd/Kconfig:    bool
> 
> ...meaning that it currently is not being built as a module by anyone.
> 
> Lets remove the couple traces of modular infrastructure use, so that
> when reading the driver there is no doubt it is builtin-only.
> 
> We delete the MODULE_LICENSE tag etc. since all that information
> is already contained at the top of the file in the comments.
> 
> Previous demodularizaion work has made wm831x_device_exit() no longer
> used, so it is also removed from the 831x core code.
> 
> Cc: Lee Jones <lee.jo...@linaro.org>
> Cc: Charles Keepax <ckee...@opensource.cirrus.com>
> Cc: patc...@opensource.cirrus.com
> Signed-off-by: Paul Gortmaker <paul.gortma...@windriver.com>
> Acked-by: Charles Keepax <ckee...@opensource.cirrus.com>
> ---

Acked-by: Charles Keepax <ckee...@opensource.cirrus.com>

Thanks,
Charles

Reply via email to