]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitdaf4584717af2ba3a451c353b811e5a9a0805ad9
treee7e6a5a36d6252e39be8eb3dc55f8af6ef876b81
parent167e495de4414cc214dd2ce88e2102791768c8f0
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