提交 3d956d1d 编写于 作者: P Peter Huewe 提交者: Jiri Kosina

isdn/mISDN: add __init/__exit macros to dsp_core.c

Trivial patch which adds the __init/__exit macros to the module_init/
module_exit functions of

drivers/isdn/mISDN/dsp_core.c
Signed-off-by: NPeter Huewe <peterhuewe@gmx.de>
Signed-off-by: NJiri Kosina <jkosina@suse.cz>
上级 60c14a15
...@@ -1114,7 +1114,7 @@ static struct Bprotocol DSP = { ...@@ -1114,7 +1114,7 @@ static struct Bprotocol DSP = {
.create = dspcreate .create = dspcreate
}; };
static int dsp_init(void) static int __init dsp_init(void)
{ {
int err; int err;
int tics; int tics;
...@@ -1212,7 +1212,7 @@ static int dsp_init(void) ...@@ -1212,7 +1212,7 @@ static int dsp_init(void)
} }
static void dsp_cleanup(void) static void __exit dsp_cleanup(void)
{ {
mISDN_unregister_Bprotocol(&DSP); mISDN_unregister_Bprotocol(&DSP);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册