soc: fsl: guts: remove module_exit() and fsl_guts_remove()
authorMichael Walle <michael@walle.cc>
Mon, 4 Apr 2022 09:56:04 +0000 (11:56 +0200)
committerShawn Guo <shawnguo@kernel.org>
Mon, 27 Jun 2022 06:51:48 +0000 (14:51 +0800)
commit6de6cb89fc031cf95cb759bbf9fa00b139e0281a
treee7e6a5a36d6252e39be8eb3dc55f8af6ef876b81
parentab3f045774f704c4e7b6a878102f4e9d4ae7bc74
soc: fsl: guts: remove module_exit() and fsl_guts_remove()

This driver will never be unloaded. Firstly, it is not available as a
module, but more importantly, other drivers will depend on this one to
apply possible chip errata.

Signed-off-by: Michael Walle <michael@walle.cc>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
drivers/soc/fsl/guts.c