Re: [PATCH] mfd: tps68470: drop unused MODULE_DEVICE_TABLE

2019-02-07 Thread Lee Jones
On Wed, 06 Feb 2019, Paul Gortmaker wrote: > The Kconfig currently controlling compilation of this code is: > > drivers/mfd/Kconfig:config MFD_TPS68470 > drivers/mfd/Kconfig:bool "TI TPS68470 Power Management / LED chips" > > ...meaning that it currently is not being built as a module by

[PATCH] mfd: tps68470: drop unused MODULE_DEVICE_TABLE

2019-02-06 Thread Paul Gortmaker
The Kconfig currently controlling compilation of this code is: drivers/mfd/Kconfig:config MFD_TPS68470 drivers/mfd/Kconfig:bool "TI TPS68470 Power Management / LED chips" ...meaning that it currently is not being built as a module by anyone. Hence we remove the MODULE_DEVICE_TABLE since it