Commit 579101ac authored by Kai Germaschewski's avatar Kai Germaschewski

ISDN: FsmNew() can't be __init

FsmNew() is exported, so it sure can't be __init (and since we now
discard __init in modules, it in fact crashes).
parent 3c729a50
......@@ -20,7 +20,7 @@
#define FSM_TIMER_DEBUG 0
int __init
int
FsmNew(struct Fsm *fsm, struct FsmNode *fnlist, int fncount)
{
int i;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment