diff options
author | Uwe Kleine-König <u.kleine-koenig@pengutronix.de> | 2023-11-02 23:02:49 +0100 |
---|---|---|
committer | Miquel Raynal <miquel.raynal@bootlin.com> | 2023-11-13 12:06:45 +0100 |
commit | 160c0b7f9a166d62a3aa32853883666eda896c58 (patch) | |
tree | a65b11532330f562822895182aa1f0451aec0008 /Kbuild | |
parent | 215283a1a4833f441778580359aea768642c56af (diff) | |
download | linux-160c0b7f9a166d62a3aa32853883666eda896c58.tar.gz linux-160c0b7f9a166d62a3aa32853883666eda896c58.tar.bz2 linux-160c0b7f9a166d62a3aa32853883666eda896c58.zip |
mtd: rawnand: txx9ndfmc: Switch to module_platform_driver()
While module_platform_driver_probe() offers the possibility to discard
.probe() and .remove() in some situations, the handling is difficult and
in today's systems the few hundred bytes that can be saved have little
importance. So convert the driver to be a normal driver that can be
bound and unbound at runtime as most other drivers, too.
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
Link: https://lore.kernel.org/linux-mtd/20231102220246.3336154-8-u.kleine-koenig@pengutronix.de
Diffstat (limited to 'Kbuild')
0 files changed, 0 insertions, 0 deletions