Skip to content

dahdi_dummy: Use module_init/module_exit instead of init_module/cleanup_module.#99

Open
InterLinked1 wants to merge 1 commit intoasterisk:masterfrom
InterLinked1:issue-94
Open

dahdi_dummy: Use module_init/module_exit instead of init_module/cleanup_module.#99
InterLinked1 wants to merge 1 commit intoasterisk:masterfrom
InterLinked1:issue-94

Conversation

@InterLinked1
Copy link
Contributor

Since kernel commit 4fab2d7628dd38f3fa8a5e615199350ecaeb17a8, building dahdi_dummy fails with an objtool failure since init_module/cleanup_module are deprecated. Update dahdi_dummy to use module_init and module_exit, just like all other modules.

Resolves: #94

…up_module.

Since kernel commit 4fab2d7628dd38f3fa8a5e615199350ecaeb17a8, building
dahdi_dummy fails with an objtool failure since init_module/cleanup_module
are deprecated. Update dahdi_dummy to use module_init and module_exit, just
like all other modules.

Resolves: asterisk#94
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

dahdi_dummy: Build failure with kernel >= 6.15.3

1 participant