diff options
author | Yangtao Li <frank.li@vivo.com> | 2023-04-09 18:43:37 +0200 |
---|---|---|
committer | Mike Snitzer <snitzer@kernel.org> | 2023-04-11 18:09:08 +0200 |
commit | 3664ff82dae1ef9f14f7763d3dd30565e7ef9e14 (patch) | |
tree | b18b6bec1dd93c543024e7943349fb3e239767d7 /crypto | |
parent | dm raid: remove unused d variable (diff) | |
download | linux-3664ff82dae1ef9f14f7763d3dd30565e7ef9e14.tar.xz linux-3664ff82dae1ef9f14f7763d3dd30565e7ef9e14.zip |
dm: add helper macro for simple DM target module init and exit
Eliminate duplicate boilerplate code for simple modules that contain
a single DM target driver without any additional setup code.
Add a new module_dm() macro, which replaces the module_init() and
module_exit() with template functions that call dm_register_target()
and dm_unregister_target() respectively.
Signed-off-by: Yangtao Li <frank.li@vivo.com>
Signed-off-by: Mike Snitzer <snitzer@kernel.org>
Diffstat (limited to 'crypto')
0 files changed, 0 insertions, 0 deletions