mtd: ftl: Use module_mtd_blktrans to register driver
authorDejin Zheng <zhengdejin5@gmail.com>
Sat, 13 Feb 2021 16:45:54 +0000 (00:45 +0800)
committerMiquel Raynal <miquel.raynal@bootlin.com>
Thu, 11 Mar 2021 08:37:48 +0000 (09:37 +0100)
commitc45f07399db2f69f428fa7c7a4177968ae53c736
treefc1377d9e6cf7d46d9051b98b3a58e80d62961c1
parent6cfeb41a825913f3dcb131d6556cc9d1c4072015
mtd: ftl: 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-3-zhengdejin5@gmail.com
drivers/mtd/ftl.c