mtd: nftlcore: Use module_mtd_blktrans to register driver
authorDejin Zheng <zhengdejin5@gmail.com>
Sat, 13 Feb 2021 16:45:59 +0000 (00:45 +0800)
committerMiquel Raynal <miquel.raynal@bootlin.com>
Thu, 11 Mar 2021 08:37:48 +0000 (09:37 +0100)
commit2dd8b55e2c28caec3cbaefd0480d276f30e152cd
treed148bf6f791be96bd547d14d406c9040bf8cb480
parent1d5b7d479e7e180425ab2f02049c031ffe3b2c43
mtd: nftlcore: Use module_mtd_blktrans to register driver

Removing some boilerplate by using module_mtd_blktrans instead of calling
register and unregister in the otherwise empty init/exit functions.

Signed-off-by: Dejin Zheng <zhengdejin5@gmail.com>
Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
Link: https://lore.kernel.org/linux-mtd/20210213164600.409061-8-zhengdejin5@gmail.com
drivers/mtd/nftlcore.c